aboutsummaryrefslogtreecommitdiff
path: root/trunk
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-04-10 15:59:33 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-04-10 15:59:33 +0000
commitf57f83b4222aa31bdc9dd3f50087d42ba4904968 (patch)
tree9a387688370d0bbcf710fb34e52fddc4411fa8e0 /trunk
parent09c9e2ed96cb38b14af3471ecf448f256894f2ce (diff)
downloadsimplepkg-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')
-rw-r--r--trunk/doc/CHANGELOG6
-rw-r--r--trunk/install/doinst.sh2
-rwxr-xr-xtrunk/simplepkg.SlackBuild2
3 files changed, 8 insertions, 2 deletions
diff --git a/trunk/doc/CHANGELOG b/trunk/doc/CHANGELOG
index 64e61b4..3b660f5 100644
--- a/trunk/doc/CHANGELOG
+++ b/trunk/doc/CHANGELOG
@@ -1,6 +1,12 @@
simplepkg changelog
===================
+0.5pre16
+========
+
+ - doinst.sh:
+ - small fix
+
0.5pre15
========
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 )
diff --git a/trunk/simplepkg.SlackBuild b/trunk/simplepkg.SlackBuild
index ac52a89..28ca938 100755
--- a/trunk/simplepkg.SlackBuild
+++ b/trunk/simplepkg.SlackBuild
@@ -6,7 +6,7 @@
PACKAGE="simplepkg"
PACK_DIR="package-$PACKAGE"
BUILD=${BUILD:=1rha}
-VERSION="0.5pre15"
+VERSION="0.5pre16"
ARCH="noarch"
LIBEXEC="/usr/libexec/$PACKAGE"
BINDIR="/usr/bin"