summaryrefslogtreecommitdiffstats
path: root/libraries/ogre/ogre.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/ogre/ogre.SlackBuild')
-rw-r--r--libraries/ogre/ogre.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/libraries/ogre/ogre.SlackBuild b/libraries/ogre/ogre.SlackBuild
index aa3a3c6b69..5577f7707a 100644
--- a/libraries/ogre/ogre.SlackBuild
+++ b/libraries/ogre/ogre.SlackBuild
@@ -29,6 +29,8 @@
# ogre. This allows ogre to be built on a system where assimp is
# installed.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=ogre
VERSION=${VERSION:-1.12.9}
IMGUIVER=${IMGUIVER:-1.77}
@@ -43,7 +45,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}