diff options
author | David Somero <dsomero@hotmail.com> | 2010-05-11 22:27:11 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 22:27:11 +0200 |
commit | 5a02586f3e81137c6e97a4bd74e0253c127168d6 (patch) | |
tree | 08c3ad42111a3f00ca353983c8dd5a2f9a16565d /system/webmin/webmin.SlackBuild | |
parent | 7c4af3076ece430616406d9565254521c0bcb4c3 (diff) | |
download | slackbuilds-5a02586f3e81137c6e97a4bd74e0253c127168d6.tar.gz |
system/webmin: Updated for version 1.420
Diffstat (limited to 'system/webmin/webmin.SlackBuild')
-rw-r--r-- | system/webmin/webmin.SlackBuild | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/system/webmin/webmin.SlackBuild b/system/webmin/webmin.SlackBuild index 377960d85b..687b7565dd 100644 --- a/system/webmin/webmin.SlackBuild +++ b/system/webmin/webmin.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Webmin http://www.webmin.com -# Copyright 2006-2007 David Somero (dsomero@hotmail.com) +# Copyright 2006-2008 David Somero (dsomero@hotmail.com) # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=webmin -VERSION=1.400 +VERSION=1.420 ARCH=noarch BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -85,7 +85,8 @@ nouninstall=1 noperlpath=1 nopostinstall=1 -export config_dir var_dir perl autoos port login crypt host ssl atboot nostart nochown autothird nouninstall noperlpath nopostinstall +export config_dir var_dir perl autoos port login crypt host ssl atboot \ + nostart nochown autothird nouninstall noperlpath nopostinstall cd $PKG/usr/libexec/webmin ./setup.sh 2>&1 @@ -133,5 +134,8 @@ done DOINST fi +# Fix a few ownership issues +chown -R root:root $PKG/etc $PKG/var + cd $PKG /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz |