diff options
Diffstat (limited to 'simplepkg.SlackBuild')
-rwxr-xr-x | simplepkg.SlackBuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/simplepkg.SlackBuild b/simplepkg.SlackBuild index 7f435b2..74606de 100755 --- a/simplepkg.SlackBuild +++ b/simplepkg.SlackBuild @@ -5,7 +5,7 @@ PACKAGE="simplepkg" PACK_DIR="package-$PACKAGE" -BUILD="1rha" +BUILD="4rha" VERSION="0.4.9pre2" ARCH="noarch" @@ -48,10 +48,6 @@ cp conf/repos.conf.new $PACK_DIR/etc/$PACKAGE cd $PACK_DIR/usr/sbin && ln -s jail-upgrade vserver-upgrade cd - -# install script -echo '( if [ ! -f "/etc/simplepkg/simplepkg.conf" ]; then mv /etc/simplepkg.conf.new /etc/simplepkg/simplepkg.conf; fi )' > install/doinst.sh -echo '( if [ ! -f "/etc/simplepkg/repos.conf" ]; then mv /etc/simplepkg/repos.conf.new /etc/simplepkg/repos.conf; fi )' >> install/doinst.sh - cd $PACK_DIR chown -R root.root * |