summaryrefslogtreecommitdiffstats
path: root/academic/clustalx/clustalx.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'academic/clustalx/clustalx.SlackBuild')
-rw-r--r--academic/clustalx/clustalx.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/academic/clustalx/clustalx.SlackBuild b/academic/clustalx/clustalx.SlackBuild
index 8d24ef10a5..df7d2d4a04 100644
--- a/academic/clustalx/clustalx.SlackBuild
+++ b/academic/clustalx/clustalx.SlackBuild
@@ -25,6 +25,8 @@
# With help from http://aur.archlinux.org/packages.php?ID=25080
# PKGBUILD submitter is mickelliot and maintainer is machoo02
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=clustalx
VERSION=${VERSION:-2.1}
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}