summaryrefslogtreecommitdiffstats
path: root/desktop/screenfetch/screenfetch.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/screenfetch/screenfetch.SlackBuild')
-rw-r--r--desktop/screenfetch/screenfetch.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/screenfetch/screenfetch.SlackBuild b/desktop/screenfetch/screenfetch.SlackBuild
index f8307140cf..b2d4d26abd 100644
--- a/desktop/screenfetch/screenfetch.SlackBuild
+++ b/desktop/screenfetch/screenfetch.SlackBuild
@@ -47,6 +47,8 @@
# 2.0 20-JUNE-2020 Updated to a new upstream ver. 3.9.1.
# Added Double quotes in variables.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM="screenfetch"
SRCNAM="screenFetch"
VERSION="${VERSION:-3.9.1}"
@@ -54,7 +56,6 @@ BUILD="${BUILD:-1}"
TAG="${TAG:-_SBo}"
ARCH="noarch"
DOCS="CHANGELOG COPYING README.mkdn TODO"
-CWD=$(pwd)
TMP="${TMP:-/tmp/SBo}"
PKG="$TMP/package-$PRGNAM"
OUTPUT="${OUTPUT:-/tmp}"