summaryrefslogtreecommitdiffstats
path: root/system/pax/pax.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/pax/pax.SlackBuild')
-rw-r--r--system/pax/pax.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/pax/pax.SlackBuild b/system/pax/pax.SlackBuild
index 02edb32e55..220fd23152 100644
--- a/system/pax/pax.SlackBuild
+++ b/system/pax/pax.SlackBuild
@@ -26,6 +26,8 @@
#
# -----------------------------------------------------------------------------
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=pax
VERSION=${VERSION:-20201030}
BUILD=${BUILD:-1}
@@ -39,7 +41,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}