aboutsummaryrefslogtreecommitdiff
path: root/trunk
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-04-10 04:59:15 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-04-10 04:59:15 +0000
commit494f01cda212b1359aac656cbaaaeb9f99345b9a (patch)
treef681cfdae36250015ce62daaea87a757f4c51e90 /trunk
parent5732c990b427aa59afa05593d3521f6b88b207ad (diff)
downloadsimplepkg-494f01cda212b1359aac656cbaaaeb9f99345b9a.tar.gz
simplepkg-494f01cda212b1359aac656cbaaaeb9f99345b9a.tar.bz2
doinst.sh: small fix
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@332 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk')
-rw-r--r--trunk/install/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/install/doinst.sh b/trunk/install/doinst.sh
index b2fe966..8eab72e 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/simplepkg.conf; fi )
+( if [ ! -f "etc/simplepkg/generic.mkslackbuild" ]; then mv etc/simplepkg/generic.mkslackbuild.new etc/simplepkg/generic.mkslackbuild; fi )