diff options
Diffstat (limited to 'development/beav/beav.SlackBuild')
-rw-r--r-- | development/beav/beav.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/development/beav/beav.SlackBuild b/development/beav/beav.SlackBuild index ba6ad1955ae9..72f1769e2a4b 100644 --- a/development/beav/beav.SlackBuild +++ b/development/beav/beav.SlackBuild @@ -22,6 +22,8 @@ # is none other than Sam Hocevar, who also invented the WTFPL license # that's used for this script and most of my other SBo builds. Hi, Sam! +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=beav VERSION=${VERSION:-1.40_18} BUILD=${BUILD:-1} @@ -35,7 +37,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |