diff options
Diffstat (limited to 'desktop/xpenguins')
-rw-r--r-- | desktop/xpenguins/xpenguins.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/xpenguins/xpenguins.SlackBuild b/desktop/xpenguins/xpenguins.SlackBuild index 45f1577f5d..d65e3404ef 100644 --- a/desktop/xpenguins/xpenguins.SlackBuild +++ b/desktop/xpenguins/xpenguins.SlackBuild @@ -3,6 +3,8 @@ # Slackware build script for xpenguins # Written by Steven Pledger <piratesmack@ymail.com> +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=xpenguins VERSION=${VERSION:-2.2} BUILD=${BUILD:-1} @@ -16,7 +18,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |