From 0f6433a96d7977705913754bd01d87d06e23d1ae Mon Sep 17 00:00:00 2001 From: rhatto Date: Tue, 19 Sep 2006 17:14:04 +0000 Subject: various small fixes, see CHANGELOG git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@6 04377dda-e619-0410-9926-eae83683ac58 --- simplepkg.SlackBuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'simplepkg.SlackBuild') 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 * -- cgit v1.2.3