summaryrefslogtreecommitdiffstats
path: root/network/frostwire/frostwire.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/frostwire/frostwire.SlackBuild')
-rw-r--r--network/frostwire/frostwire.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/network/frostwire/frostwire.SlackBuild b/network/frostwire/frostwire.SlackBuild
index b5665b7aa5..f26252ece5 100644
--- a/network/frostwire/frostwire.SlackBuild
+++ b/network/frostwire/frostwire.SlackBuild
@@ -28,6 +28,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=frostwire
VERSION=${VERSION:-6.7.9}
BUILD=${BUILD:-1}
@@ -35,7 +37,6 @@ TAG=${TAG:-_SBo}
ARCH=noarch # Leave this alone for frostwire
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}