summaryrefslogtreecommitdiffstats
path: root/audio/asunder/asunder.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'audio/asunder/asunder.SlackBuild')
-rw-r--r--audio/asunder/asunder.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/asunder/asunder.SlackBuild b/audio/asunder/asunder.SlackBuild
index 2178ad6cd8..e302468ce5 100644
--- a/audio/asunder/asunder.SlackBuild
+++ b/audio/asunder/asunder.SlackBuild
@@ -23,6 +23,8 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=asunder
VERSION=${VERSION:-2.9.6}
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}