diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-02-06 16:58:48 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-02-06 16:58:48 +0000 |
commit | 9e794539646d3e7b392c197faf14ae80acd3160f (patch) | |
tree | 854b73ec95bdffd498f36499dfb4fd89dfd28f8f /simplepkg.SlackBuild | |
parent | e6fd9b6006b6efd60a937c9302995fe4bd50c39a (diff) | |
download | simplepkg-9e794539646d3e7b392c197faf14ae80acd3160f.tar.gz simplepkg-9e794539646d3e7b392c197faf14ae80acd3160f.tar.bz2 |
new config variable STORE_ROOT_PATCHES_ON_PATCHES_DIR
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@151 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'simplepkg.SlackBuild')
-rwxr-xr-x | simplepkg.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/simplepkg.SlackBuild b/simplepkg.SlackBuild index 110f8b2..d0295fd 100755 --- a/simplepkg.SlackBuild +++ b/simplepkg.SlackBuild @@ -6,7 +6,7 @@ PACKAGE="simplepkg" PACK_DIR="package-$PACKAGE" BUILD=${BUILD:=1rha} -VERSION="0.4.9pre22" +VERSION="0.4.9pre23" ARCH="noarch" LIBEXEC="/usr/libexec/$PACKAGE" BINDIR="/usr/bin" |