summaryrefslogtreecommitdiffstats
path: root/development/numpy3/numpy3.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/numpy3/numpy3.SlackBuild')
-rw-r--r--development/numpy3/numpy3.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/development/numpy3/numpy3.SlackBuild b/development/numpy3/numpy3.SlackBuild
index a60d4ae910..89d2a4a652 100644
--- a/development/numpy3/numpy3.SlackBuild
+++ b/development/numpy3/numpy3.SlackBuild
@@ -25,6 +25,8 @@
# Based with thanks on original numpy scripts by
# Aleksandar Samardzic <asamardzic@gmail.com> and Serban Udrea <S.Udrea@gsi.de>
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=numpy3
SRCNAM=numpy
VERSION=${VERSION:-1.20.3}
@@ -55,7 +57,6 @@ else
LIBDIRSUFFIX=""
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=${PKG:-$TMP/package-$PRGNAM}
OUTPUT=${OUTPUT:-/tmp}