diff options
Diffstat (limited to 'games/ceferino/ceferino.SlackBuild')
-rw-r--r-- | games/ceferino/ceferino.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/ceferino/ceferino.SlackBuild b/games/ceferino/ceferino.SlackBuild index 4cad8ab78ac4..eb7979e2acb2 100644 --- a/games/ceferino/ceferino.SlackBuild +++ b/games/ceferino/ceferino.SlackBuild @@ -8,6 +8,8 @@ # Packaging up the same version Debian does, SVN rev 37 fixes some bugs. +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=ceferino VERSION=${VERSION:-0.97.8+svn37} BUILD=${BUILD:-1} @@ -21,7 +23,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |