summaryrefslogtreecommitdiffstats
path: root/development/astyle/astyle.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/astyle/astyle.SlackBuild')
-rw-r--r--development/astyle/astyle.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/development/astyle/astyle.SlackBuild b/development/astyle/astyle.SlackBuild
index 73cb9d1be5..09563a9e4c 100644
--- a/development/astyle/astyle.SlackBuild
+++ b/development/astyle/astyle.SlackBuild
@@ -46,6 +46,8 @@
# .so isn't versioned (upgrades may cause breakage).
# - Simplify and tweak the script.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=astyle
VERSION=${VERSION:-3.1}
BUILD=${BUILD:-2}
@@ -61,7 +63,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}