summaryrefslogtreecommitdiffstats
path: root/python/Markdown
diff options
context:
space:
mode:
Diffstat (limited to 'python/Markdown')
-rw-r--r--python/Markdown/Markdown.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/Markdown/Markdown.SlackBuild b/python/Markdown/Markdown.SlackBuild
index 332a75e346..bc61f99888 100644
--- a/python/Markdown/Markdown.SlackBuild
+++ b/python/Markdown/Markdown.SlackBuild
@@ -23,6 +23,8 @@
#
# Markus Reichelt <slackbuilds@mareichelt.de>, 0xCCEEF115
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=Markdown
VERSION=${VERSION:-2.6.11}
BUILD=${BUILD:-1}
@@ -36,7 +38,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}