summaryrefslogtreecommitdiffstats
path: root/academic/PhyML
diff options
context:
space:
mode:
Diffstat (limited to 'academic/PhyML')
-rw-r--r--academic/PhyML/PhyML.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/academic/PhyML/PhyML.SlackBuild b/academic/PhyML/PhyML.SlackBuild
index 78ab655510..7ee7fbe430 100644
--- a/academic/PhyML/PhyML.SlackBuild
+++ b/academic/PhyML/PhyML.SlackBuild
@@ -24,6 +24,8 @@
# Thanks to Niels Horn for some handy modifications and corrections.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=PhyML
VERSION=${VERSION:-3.3.20200621}
BUILD=${BUILD:-1}
@@ -39,7 +41,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}