diff options
Diffstat (limited to 'games/xcowsay/xcowsay.SlackBuild')
-rw-r--r-- | games/xcowsay/xcowsay.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xcowsay/xcowsay.SlackBuild b/games/xcowsay/xcowsay.SlackBuild index ced093ca3f376..e8af90c532969 100644 --- a/games/xcowsay/xcowsay.SlackBuild +++ b/games/xcowsay/xcowsay.SlackBuild @@ -22,6 +22,8 @@ # so don't try. Maybe 1.6 or later will support non-compositing WMs # at some point. +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=xcowsay VERSION=${VERSION:-1.5.1} BUILD=${BUILD:-2} @@ -35,7 +37,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |