From 687c78d5604ce299d5164ffd69de88f2dd10fefc Mon Sep 17 00:00:00 2001 From: dsomero Date: Fri, 22 Nov 2013 02:34:22 -0500 Subject: various: Fix SlackBuild formatting and comment nit picks. Signed-off-by: dsomero --- system/webmin/webmin.SlackBuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'system/webmin') 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 -- cgit v1.2.3-65-gdbad