diff options
Diffstat (limited to 'system/dahdi-complete/dahdi-complete.SlackBuild')
-rw-r--r-- | system/dahdi-complete/dahdi-complete.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/dahdi-complete/dahdi-complete.SlackBuild b/system/dahdi-complete/dahdi-complete.SlackBuild index 3d1e732714237..999e250df26e5 100644 --- a/system/dahdi-complete/dahdi-complete.SlackBuild +++ b/system/dahdi-complete/dahdi-complete.SlackBuild @@ -9,6 +9,8 @@ # glitch@glitchwrks.com # All rights reserved. +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=dahdi-complete VERSION=${VERSION:-3.0.0} BUILD=${BUILD:-1} @@ -25,7 +27,6 @@ fi KERNEL=${KERNEL:-$(uname -r)} PKGKERNEL=$(echo $KERNEL | tr - _) -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |