summaryrefslogtreecommitdiffstats
path: root/academic/cufflinks/cufflinks.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'academic/cufflinks/cufflinks.SlackBuild')
-rw-r--r--academic/cufflinks/cufflinks.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/academic/cufflinks/cufflinks.SlackBuild b/academic/cufflinks/cufflinks.SlackBuild
index a09f08153b..d3b80b7700 100644
--- a/academic/cufflinks/cufflinks.SlackBuild
+++ b/academic/cufflinks/cufflinks.SlackBuild
@@ -26,6 +26,8 @@
# When I find a patch that fixes the build against boost and a bunch of other
# fixes, I will revert back to source build. Let's have ot like this for now.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=cufflinks
VERSION=${VERSION:-2.2.1}
BUILD=${BUILD:-2}
@@ -40,7 +42,6 @@ if [ "$ARCH" != "x86_64" ]; then
exit 1
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}