summaryrefslogtreecommitdiffstats
path: root/system/info2man/info2man.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/info2man/info2man.SlackBuild')
-rw-r--r--system/info2man/info2man.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/info2man/info2man.SlackBuild b/system/info2man/info2man.SlackBuild
index 6699ce8f65..cf383f103b 100644
--- a/system/info2man/info2man.SlackBuild
+++ b/system/info2man/info2man.SlackBuild
@@ -13,13 +13,14 @@
# didn't bump the BUILD.
# Original download link: http://www.cskk.ezoshosting.com/cs/css/info2man.tar.gz
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=info2man
VERSION=${VERSION:-1.1_9}
ARCH=noarch
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}