diff options
author | rudson <rudson@04377dda-e619-0410-9926-eae83683ac58> | 2006-11-18 13:13:18 +0000 |
---|---|---|
committer | rudson <rudson@04377dda-e619-0410-9926-eae83683ac58> | 2006-11-18 13:13:18 +0000 |
commit | 4356b650caced7e2d73a40026169baceb1228b47 (patch) | |
tree | 5b17bf098dba03cfc33b826e00023785293e9d5d /simplepkg.SlackBuild | |
parent | 62872c6fa1d1bf64af70b48a501d077dd6589b5d (diff) | |
download | simplepkg-4356b650caced7e2d73a40026169baceb1228b47.tar.gz simplepkg-4356b650caced7e2d73a40026169baceb1228b47.tar.bz2 |
createpkg: pequenas alterações
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@33 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 bb087f6..0d3a2c8 100755 --- a/simplepkg.SlackBuild +++ b/simplepkg.SlackBuild @@ -5,7 +5,7 @@ PACKAGE="simplepkg" PACK_DIR="package-$PACKAGE" -BUILD="1rha" +BUILD=${BUILD:=1rha} VERSION="0.4.9" ARCH="noarch" LIBEXEC="/usr/libexec/$PACKAGE" |