diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2006-09-19 17:14:04 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2006-09-19 17:14:04 +0000 |
commit | 0f6433a96d7977705913754bd01d87d06e23d1ae (patch) | |
tree | 4494c12de7137b93f057f316f59d1c13e2fcf8c9 /simplepkg.SlackBuild | |
parent | 397f31fcb0b47000c6e5c5c4aaf441970ce06e3a (diff) | |
download | simplepkg-0f6433a96d7977705913754bd01d87d06e23d1ae.tar.gz simplepkg-0f6433a96d7977705913754bd01d87d06e23d1ae.tar.bz2 |
various small fixes, see CHANGELOG
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@6 04377dda-e619-0410-9926-eae83683ac58
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 * |