aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-04-08 01:35:03 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-04-08 01:35:03 +0000
commitce8a463cde32b8869a9e2e269448f198f2ddc00b (patch)
tree3fcc03fa3c32577f8f93aab183ba2068234823f9
parentd2b32c863175524692874232fd6bc3632825db6e (diff)
downloadsimplepkg-ce8a463cde32b8869a9e2e269448f198f2ddc00b.tar.gz
simplepkg-ce8a463cde32b8869a9e2e269448f198f2ddc00b.tar.bz2
bugfix
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@322 04377dda-e619-0410-9926-eae83683ac58
-rw-r--r--trunk/doc/CHANGELOG2
-rw-r--r--trunk/lib/common.sh1
-rwxr-xr-xtrunk/simplepkg.SlackBuild2
3 files changed, 2 insertions, 3 deletions
diff --git a/trunk/doc/CHANGELOG b/trunk/doc/CHANGELOG
index e1fbb6f..5295fdc 100644
--- a/trunk/doc/CHANGELOG
+++ b/trunk/doc/CHANGELOG
@@ -1,7 +1,7 @@
simplepkg changelog
===================
-0.5pre9 - 0.5pre12
+0.5pre9 - 0.5pre13
==================
- bugfix releases
diff --git a/trunk/lib/common.sh b/trunk/lib/common.sh
index 6d1a5ab..03c7da1 100644
--- a/trunk/lib/common.sh
+++ b/trunk/lib/common.sh
@@ -579,7 +579,6 @@ function gen_filelist {
if [ -d "patches" ]; then
gen_patches_filelist patches
- echo "Created new patches/FILE_LIST"
fi
}
diff --git a/trunk/simplepkg.SlackBuild b/trunk/simplepkg.SlackBuild
index 7c36c71..827f12c 100755
--- a/trunk/simplepkg.SlackBuild
+++ b/trunk/simplepkg.SlackBuild
@@ -6,7 +6,7 @@
PACKAGE="simplepkg"
PACK_DIR="package-$PACKAGE"
BUILD=${BUILD:=1rha}
-VERSION="0.5pre12"
+VERSION="0.5pre13"
ARCH="noarch"
LIBEXEC="/usr/libexec/$PACKAGE"
BINDIR="/usr/bin"