summaryrefslogtreecommitdiffstats
path: root/system/webmin/webmin.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/webmin/webmin.SlackBuild')
-rw-r--r--system/webmin/webmin.SlackBuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/system/webmin/webmin.SlackBuild b/system/webmin/webmin.SlackBuild
index 076112ee03..83c894e5a9 100644
--- a/system/webmin/webmin.SlackBuild
+++ b/system/webmin/webmin.SlackBuild
@@ -60,7 +60,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-rm -f mount/{freebsd,openbsd,macos}-mounts*
+rm -f mount/{freebsd,openbsd,macos}-mounts*
( find . -name '*.cgi' ; find . -name '*.pl' ) | perl perlpath.pl /usr/bin/perl -
@@ -90,10 +90,10 @@ noperlpath=1
nopostinstall=1
export config_dir var_dir perl autoos port login crypt host ssl atboot \
- nostart nochown autothird nouninstall noperlpath nopostinstall
+ nostart nochown autothird nouninstall noperlpath nopostinstall
cd $PKG/usr/libexec/webmin
- ./setup.sh 2>&1
+ ./setup.sh 2>&1
cd -
# Fixup the package files to use their real locations
@@ -109,7 +109,7 @@ cp -a LICENCE* README ${CWD}/webmin.SlackBuild $PKG/usr/doc/$PRGNAM-$VERSION
chown -R root:root $PKG/usr/doc/$PRGNAM-$VERSION
chmod 644 $PKG/usr/doc/$PRGNAM-$VERSION/*
-mkdir -p $PKG/install
+mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
@@ -127,7 +127,7 @@ get_config_files() {
}
# Finish the doinst.sh by adding the .new file handler.
-if [ -e $PKG/etc ]; then
+if [ -e $PKG/etc ]; then
get_config_files $PKG/etc
fi