summaryrefslogtreecommitdiffstats
path: root/system/ciopfs/ciopfs.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/ciopfs/ciopfs.SlackBuild')
-rw-r--r--system/ciopfs/ciopfs.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/ciopfs/ciopfs.SlackBuild b/system/ciopfs/ciopfs.SlackBuild
index 6d7eac7872..77a528e1b0 100644
--- a/system/ciopfs/ciopfs.SlackBuild
+++ b/system/ciopfs/ciopfs.SlackBuild
@@ -28,6 +28,8 @@
# - i486 => i586
# - include "links -dump" of web page as ciopfs.txt
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=ciopfs
VERSION=${VERSION:-0.4}
BUILD=${BUILD:-1}
@@ -41,7 +43,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}