diff options
Diffstat (limited to 'network/pidgin-toolbar-shrink/pidgin-toolbar-shrink.SlackBuild')
-rw-r--r-- | network/pidgin-toolbar-shrink/pidgin-toolbar-shrink.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/network/pidgin-toolbar-shrink/pidgin-toolbar-shrink.SlackBuild b/network/pidgin-toolbar-shrink/pidgin-toolbar-shrink.SlackBuild index cf707d2ac7b23..3f0f533a8f213 100644 --- a/network/pidgin-toolbar-shrink/pidgin-toolbar-shrink.SlackBuild +++ b/network/pidgin-toolbar-shrink/pidgin-toolbar-shrink.SlackBuild @@ -6,6 +6,8 @@ # Based on http://slackbuilds.org/template.SlackBuild +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=pidgin-toolbar-shrink VERSION=${VERSION:-1.1.1} BUILD=${BUILD:-1} @@ -19,7 +21,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |