summaryrefslogtreecommitdiffstats
path: root/development/phpDocumentor/phpDocumentor.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/phpDocumentor/phpDocumentor.SlackBuild')
-rw-r--r--development/phpDocumentor/phpDocumentor.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/development/phpDocumentor/phpDocumentor.SlackBuild b/development/phpDocumentor/phpDocumentor.SlackBuild
index 98c0bea359..a9f7c53bfa 100644
--- a/development/phpDocumentor/phpDocumentor.SlackBuild
+++ b/development/phpDocumentor/phpDocumentor.SlackBuild
@@ -3,6 +3,8 @@
# Slackware Package Build Script for phpDocumentor
# Home Page http://www.phpdoc.org/
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=phpDocumentor
VERSION=${VERSION:-1.4.3}
BUILD=${BUILD:-1}
@@ -17,7 +19,6 @@ PHPGROUP=${PHPGROUP:-apache}
SRCNAM=PhpDocumentor-${VERSION}
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}