diff options
Diffstat (limited to 'games/alephone/alephone.SlackBuild')
-rw-r--r-- | games/alephone/alephone.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/alephone/alephone.SlackBuild b/games/alephone/alephone.SlackBuild index 6923873b4526b..44072e774e0a5 100644 --- a/games/alephone/alephone.SlackBuild +++ b/games/alephone/alephone.SlackBuild @@ -13,6 +13,8 @@ # - ffmpeg patches no longer needed # - move binary to /usr/games +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=alephone VERSION=${VERSION:-20201026} BUILD=${BUILD:-1} @@ -26,7 +28,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |