summaryrefslogtreecommitdiffstats
path: root/development/gisto/gisto.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/gisto/gisto.SlackBuild')
-rw-r--r--development/gisto/gisto.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/development/gisto/gisto.SlackBuild b/development/gisto/gisto.SlackBuild
index 383f4d8c98..685d1d030a 100644
--- a/development/gisto/gisto.SlackBuild
+++ b/development/gisto/gisto.SlackBuild
@@ -21,6 +21,8 @@
# along with this program (most likely, a file named COPYING). If
# not, see <https://www.gnu.org/licenses/>.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=gisto
SRCNAM=Gisto
VERSION=${VERSION:-0.3.1}
@@ -35,7 +37,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}