summaryrefslogtreecommitdiffstats
path: root/audio/xwax/xwax.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'audio/xwax/xwax.SlackBuild')
-rw-r--r--audio/xwax/xwax.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/xwax/xwax.SlackBuild b/audio/xwax/xwax.SlackBuild
index 91b215c027..4b65a797c5 100644
--- a/audio/xwax/xwax.SlackBuild
+++ b/audio/xwax/xwax.SlackBuild
@@ -24,6 +24,8 @@
# (INCLUDING NEGLIGENCE OR 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=xwax
VERSION=${VERSION:-1.6}
BUILD=${BUILD:-1}
@@ -37,7 +39,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}