summaryrefslogtreecommitdiffstats
path: root/graphics/libfpx
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/libfpx')
-rw-r--r--graphics/libfpx/libfpx.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/libfpx/libfpx.SlackBuild b/graphics/libfpx/libfpx.SlackBuild
index db95ea41c6..3115d3e0a0 100644
--- a/graphics/libfpx/libfpx.SlackBuild
+++ b/graphics/libfpx/libfpx.SlackBuild
@@ -6,6 +6,8 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=libfpx
VERSION=${VERSION:-1.3.1_10}
BUILD=${BUILD:-1}
@@ -19,7 +21,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}