summaryrefslogtreecommitdiffstats
path: root/system/fsviewer/fsviewer.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/fsviewer/fsviewer.SlackBuild')
-rw-r--r--system/fsviewer/fsviewer.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/fsviewer/fsviewer.SlackBuild b/system/fsviewer/fsviewer.SlackBuild
index fcf97debbb..6b1576c20a 100644
--- a/system/fsviewer/fsviewer.SlackBuild
+++ b/system/fsviewer/fsviewer.SlackBuild
@@ -6,6 +6,8 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=fsviewer
VERSION=${VERSION:-0.2.6}
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}