summaryrefslogtreecommitdiffstats
path: root/system/webmin/webmin.SlackBuild
diff options
context:
space:
mode:
author David Somero <dsomero@hotmail.com>2010-05-12 17:46:20 +0200
committer Robby Workman <rworkman@slackbuilds.org>2010-05-12 17:46:20 +0200
commitd18f668186bc3fb63bcbfffe67f90087a2178e1e (patch)
treecbdcde67327418de2546ed5da3772c0eacf0d6a3 /system/webmin/webmin.SlackBuild
parent1abc2293b1df3b1c3a66b243c783e2c70c0acdc9 (diff)
downloadslackbuilds-d18f668186bc3fb63bcbfffe67f90087a2178e1e.tar.gz
slackbuilds-d18f668186bc3fb63bcbfffe67f90087a2178e1e.tar.xz
system/webmin: Updated for version 1.480
Diffstat (limited to 'system/webmin/webmin.SlackBuild')
-rw-r--r--system/webmin/webmin.SlackBuild14
1 files changed, 6 insertions, 8 deletions
diff --git a/system/webmin/webmin.SlackBuild b/system/webmin/webmin.SlackBuild
index 687b7565dd..29f893d2e9 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-2008 David Somero (dsomero@hotmail.com)
+# Copyright 2006-2009 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.420
+VERSION=1.480
ARCH=noarch
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -58,12 +58,10 @@ rm -f mount/{freebsd,openbsd,macos}-mounts*
( find . -name '*.cgi' ; find . -name '*.pl' ) | perl perlpath.pl /usr/bin/perl -
-install -d -m 0755 $PKG/usr/libexec/webmin
-install -d -m 0755 $PKG/var
-install -d -m 0755 $PKG/etc/rc.d/
-install -d -m 0755 $PKG/etc/webmin/
-install -d -m 0755 $PKG/var/log/webmin/
-install -m 0644 $CWD/rc.webmin $PKG/etc/rc.d/rc.webmin
+mkdir -p $PKG/usr/libexec/webmin $PKG/var/log/webmin $PKG/etc/{rc.d,webmin}
+
+install -m 0755 $CWD/rc.webmin $PKG/etc/rc.d/rc.webmin
+
cp -rp * $PKG/usr/libexec/webmin
echo "slackware" > $PKG/usr/libexec/webmin/install-type
echo "/usr/libexec/webmin" > $PKG/usr/libexec/webmin/install-dir