summaryrefslogtreecommitdiffstats
path: root/development/openjdk7/openjdk7.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/openjdk7/openjdk7.SlackBuild')
-rw-r--r--development/openjdk7/openjdk7.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/development/openjdk7/openjdk7.SlackBuild b/development/openjdk7/openjdk7.SlackBuild
index c81d76ff0b..f0486e85fb 100644
--- a/development/openjdk7/openjdk7.SlackBuild
+++ b/development/openjdk7/openjdk7.SlackBuild
@@ -53,6 +53,8 @@ function fixJdkArchiveChecksum() {
sed -r -i "s/^(\s*JDK_SHA256SUM\s*=\s*).*$/\1${newChecksum}/" Makefile
}
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=openjdk7
VERSION=${VERSION:-7u271}
BUILD=${BUILD:-1}
@@ -68,7 +70,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD="$(pwd)"
TMP=${TMP:-/tmp/SBo}
BUILD_DIR=$TMP/$PRGNAM
SBO_PATCH_DIR="${BUILD_DIR}/jdk-archive-patch"