diff options
Diffstat (limited to 'office/freemind/freemind.SlackBuild')
-rw-r--r-- | office/freemind/freemind.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/office/freemind/freemind.SlackBuild b/office/freemind/freemind.SlackBuild index d9f8fa81e1a4..3423c5e14fd1 100644 --- a/office/freemind/freemind.SlackBuild +++ b/office/freemind/freemind.SlackBuild @@ -26,6 +26,8 @@ # build for 14.1 (that one had apparently been abandoned and thus Bruno # rewrote it, unaware that one had already existed). +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=freemind VERSION=${VERSION:-1.0.1} ARCH=noarch @@ -34,7 +36,6 @@ TAG=${TAG:-_SBo} #SRC_VERSION=$(echo $VERSION | tr . _) -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |