diff options
Diffstat (limited to 'misc/beep/beep.SlackBuild')
-rw-r--r-- | misc/beep/beep.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/beep/beep.SlackBuild b/misc/beep/beep.SlackBuild index 9b7074005357..79921abc912f 100644 --- a/misc/beep/beep.SlackBuild +++ b/misc/beep/beep.SlackBuild @@ -7,6 +7,8 @@ # Modified by Robby Workman of the SlackBuilds.org project +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=beep VERSION=${VERSION:-1.3} BUILD=${BUILD:-1} @@ -20,7 +22,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |