summaryrefslogtreecommitdiffstats
path: root/development/cunit/cunit.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/cunit/cunit.SlackBuild')
-rw-r--r--development/cunit/cunit.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/development/cunit/cunit.SlackBuild b/development/cunit/cunit.SlackBuild
index 9e486bddbc..05180af746 100644
--- a/development/cunit/cunit.SlackBuild
+++ b/development/cunit/cunit.SlackBuild
@@ -23,6 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
SRCNAM=CUnit
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=cunit
VERSION=${VERSION:-2.1_3}
BUILD=${BUILD:-1}
@@ -38,7 +40,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}