diff options
Diffstat (limited to 'network/pidgin-visnotes/pidgin-visnotes.SlackBuild')
-rw-r--r-- | network/pidgin-visnotes/pidgin-visnotes.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/network/pidgin-visnotes/pidgin-visnotes.SlackBuild b/network/pidgin-visnotes/pidgin-visnotes.SlackBuild index 0c87b064f3b79..f478bcdce4a32 100644 --- a/network/pidgin-visnotes/pidgin-visnotes.SlackBuild +++ b/network/pidgin-visnotes/pidgin-visnotes.SlackBuild @@ -4,6 +4,8 @@ # Written by otzy_007 (oz@oprod.net) +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=pidgin-visnotes VERSION=${VERSION:-0.2} BUILD=${BUILD:-1} @@ -17,7 +19,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |