diff options
Diffstat (limited to 'audio/rhythmbox/rhythmbox.SlackBuild')
-rw-r--r-- | audio/rhythmbox/rhythmbox.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/rhythmbox/rhythmbox.SlackBuild b/audio/rhythmbox/rhythmbox.SlackBuild index 5386c6c0ead84..6739ab7a00eef 100644 --- a/audio/rhythmbox/rhythmbox.SlackBuild +++ b/audio/rhythmbox/rhythmbox.SlackBuild @@ -5,6 +5,8 @@ # Written by crocket (crockabiscuit@yahoo.com) # Modified by SlackBuilds.org +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=rhythmbox VERSION=${VERSION:-3.4.3} BUILD=${BUILD:-1} @@ -18,7 +20,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |