summaryrefslogtreecommitdiffstats
path: root/python/anyjson/anyjson.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/anyjson/anyjson.SlackBuild')
-rw-r--r--python/anyjson/anyjson.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/anyjson/anyjson.SlackBuild b/python/anyjson/anyjson.SlackBuild
index e675fc9404..453660f8fe 100644
--- a/python/anyjson/anyjson.SlackBuild
+++ b/python/anyjson/anyjson.SlackBuild
@@ -20,6 +20,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=anyjson
VERSION=${VERSION:-0.3.3}
BUILD=${BUILD:-1}
@@ -33,7 +35,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}