diff options
Diffstat (limited to 'audio/seq24')
-rw-r--r-- | audio/seq24/seq24.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/seq24/seq24.SlackBuild b/audio/seq24/seq24.SlackBuild index 74ab26623fd8d..1a97c59684219 100644 --- a/audio/seq24/seq24.SlackBuild +++ b/audio/seq24/seq24.SlackBuild @@ -23,6 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. FURTHERMORE I AM NOT LIABLE IF # YOUR DATA IS DESTROYED. +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=seq24 VERSION=${VERSION:-0.9.3} BUILD=${BUILD:-1} @@ -36,7 +38,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |