summaryrefslogtreecommitdiffstats
path: root/system/rox-filer/rox-filer.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/rox-filer/rox-filer.SlackBuild')
-rw-r--r--system/rox-filer/rox-filer.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/rox-filer/rox-filer.SlackBuild b/system/rox-filer/rox-filer.SlackBuild
index d87c3d757c..0275fe7df2 100644
--- a/system/rox-filer/rox-filer.SlackBuild
+++ b/system/rox-filer/rox-filer.SlackBuild
@@ -4,6 +4,8 @@
# Written by slakmagik <slakmagik@gmail.com>
# Released under the WTFPL
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=rox-filer
VERSION=${VERSION:-2.11}
BUILD=${BUILD:-3}
@@ -17,7 +19,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}