summaryrefslogtreecommitdiffstats
path: root/libraries/libxdg-basedir
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/libxdg-basedir')
-rw-r--r--libraries/libxdg-basedir/libxdg-basedir.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/libraries/libxdg-basedir/libxdg-basedir.SlackBuild b/libraries/libxdg-basedir/libxdg-basedir.SlackBuild
index cf40b35b50..2354ba8d81 100644
--- a/libraries/libxdg-basedir/libxdg-basedir.SlackBuild
+++ b/libraries/libxdg-basedir/libxdg-basedir.SlackBuild
@@ -24,6 +24,8 @@
# Modified by the SlackBuilds.org project
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=libxdg-basedir
VERSION=${VERSION:-1.2.0}
BUILD=${BUILD:-2}
@@ -37,7 +39,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}