aboutsummaryrefslogtreecommitdiff
path: root/system/read-edid/read-edid.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/read-edid/read-edid.SlackBuild')
-rw-r--r--system/read-edid/read-edid.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/read-edid/read-edid.SlackBuild b/system/read-edid/read-edid.SlackBuild
index 7140c4afe5fb4..1e90e3ea912c4 100644
--- a/system/read-edid/read-edid.SlackBuild
+++ b/system/read-edid/read-edid.SlackBuild
@@ -14,6 +14,8 @@
# 20150505 bkw: update for v3.0.2 (COPYING => LICENSE too)
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=read-edid
VERSION=${VERSION:-3.0.2}
BUILD=${BUILD:-1}
@@ -27,7 +29,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}