aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsimplepkg.SlackBuild4
-rw-r--r--src/createpkg2
2 files changed, 3 insertions, 3 deletions
diff --git a/simplepkg.SlackBuild b/simplepkg.SlackBuild
index 74606de..4dc8a56 100755
--- a/simplepkg.SlackBuild
+++ b/simplepkg.SlackBuild
@@ -5,8 +5,8 @@
PACKAGE="simplepkg"
PACK_DIR="package-$PACKAGE"
-BUILD="4rha"
-VERSION="0.4.9pre2"
+BUILD="1rha"
+VERSION="0.4.9pre3"
ARCH="noarch"
LIBEXEC="/usr/libexec/$PACKAGE"
diff --git a/src/createpkg b/src/createpkg
index 5936887..a360153 100644
--- a/src/createpkg
+++ b/src/createpkg
@@ -128,7 +128,7 @@ function sync_repo {
function find_script {
- find $SLACKBUILDS | grep -v .svn | grep $1.SlackBuild
+ find $SLACKBUILDS | grep -v .svn | grep -e "/$1.SlackBuild$"
}