diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-04-10 15:59:33 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-04-10 15:59:33 +0000 |
commit | f57f83b4222aa31bdc9dd3f50087d42ba4904968 (patch) | |
tree | 9a387688370d0bbcf710fb34e52fddc4411fa8e0 /trunk/install | |
parent | 09c9e2ed96cb38b14af3471ecf448f256894f2ce (diff) | |
download | simplepkg-f57f83b4222aa31bdc9dd3f50087d42ba4904968.tar.gz simplepkg-f57f83b4222aa31bdc9dd3f50087d42ba4904968.tar.bz2 |
simplepkg 0.5pre16
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@335 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/install')
-rw-r--r-- | trunk/install/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/install/doinst.sh b/trunk/install/doinst.sh index 8eab72e..a61648e 100644 --- a/trunk/install/doinst.sh +++ b/trunk/install/doinst.sh @@ -1,3 +1,3 @@ ( if [ ! -f "etc/simplepkg/simplepkg.conf" ]; then mv etc/simplepkg/simplepkg.conf.new etc/simplepkg/simplepkg.conf; fi ) ( if [ ! -f "etc/simplepkg/repos.conf" ]; then mv etc/simplepkg/repos.conf.new etc/simplepkg/repos.conf; fi ) -( if [ ! -f "etc/simplepkg/generic.mkslackbuild" ]; then mv etc/simplepkg/generic.mkslackbuild.new etc/simplepkg/generic.mkslackbuild; fi ) +( if [ ! -f "etc/simplepkg/generic.mkslackbuild" ]; then mv etc/simplepkg/generic.mkSlackBuild.new etc/simplepkg/generic.mkSlackBuild; fi ) |