summaryrefslogtreecommitdiffstats
path: root/development/ex-vi/ex-vi.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/ex-vi/ex-vi.SlackBuild')
-rw-r--r--development/ex-vi/ex-vi.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/development/ex-vi/ex-vi.SlackBuild b/development/ex-vi/ex-vi.SlackBuild
index 1f760b8f7e..698a46c773 100644
--- a/development/ex-vi/ex-vi.SlackBuild
+++ b/development/ex-vi/ex-vi.SlackBuild
@@ -30,6 +30,8 @@ TUBECOLS=${TUBECOLS:-320}
TUBELINES=${TUBELINES:-200}
# We now return you to your regularly scheduled programming:
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=ex-vi
VERSION=${VERSION:-050325}
BUILD=${BUILD:-3}
@@ -43,7 +45,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}