summaryrefslogtreecommitdiffstats
path: root/development/noweb/noweb.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/noweb/noweb.SlackBuild')
-rw-r--r--development/noweb/noweb.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/development/noweb/noweb.SlackBuild b/development/noweb/noweb.SlackBuild
index 9d9a9717bd..5ce0e272ea 100644
--- a/development/noweb/noweb.SlackBuild
+++ b/development/noweb/noweb.SlackBuild
@@ -3,6 +3,8 @@
# Slackware build script for noweb
# Written by Kyle Guinn <elyk03@gmail.com>
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=noweb
VERSION=${VERSION:-2.11b}
BUILD=${BUILD:-1}
@@ -16,7 +18,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM-$VERSION
OUTPUT=${OUTPUT:-/tmp}