diff options
Diffstat (limited to 'system/ohsnap/ohsnap.SlackBuild')
-rw-r--r-- | system/ohsnap/ohsnap.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/ohsnap/ohsnap.SlackBuild b/system/ohsnap/ohsnap.SlackBuild index b78da4025c..ade24f624a 100644 --- a/system/ohsnap/ohsnap.SlackBuild +++ b/system/ohsnap/ohsnap.SlackBuild @@ -7,13 +7,14 @@ # Redistribution and use with or without modification are permitted. # There is ABSOLUTELY NO WARRANTY, express or implied. +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=ohsnap VERSION=${VERSION:-1.8.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} ARCH=noarch -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |