summaryrefslogtreecommitdiffstats
path: root/network/quagga/quagga.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/quagga/quagga.SlackBuild')
-rw-r--r--network/quagga/quagga.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/network/quagga/quagga.SlackBuild b/network/quagga/quagga.SlackBuild
index f90e5beb5b..f9785596b5 100644
--- a/network/quagga/quagga.SlackBuild
+++ b/network/quagga/quagga.SlackBuild
@@ -7,6 +7,8 @@
# Don't forget to set USE_PAM if you use it.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=quagga
VERSION=${VERSION:-1.2.4}
BUILD=${BUILD:-1}
@@ -20,7 +22,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}