summaryrefslogtreecommitdiffstats
path: root/development/viewvc/viewvc.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/viewvc/viewvc.SlackBuild')
-rw-r--r--development/viewvc/viewvc.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/development/viewvc/viewvc.SlackBuild b/development/viewvc/viewvc.SlackBuild
index fc025d219d..39dbef6001 100644
--- a/development/viewvc/viewvc.SlackBuild
+++ b/development/viewvc/viewvc.SlackBuild
@@ -25,6 +25,8 @@
# Revision date: 2013/07/07
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=viewvc
VERSION=${VERSION:-1.1.20}
BUILD=${BUILD:-1}
@@ -32,7 +34,6 @@ TAG=${TAG:-_SBo}
ARCH=noarch
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}