diff options
Diffstat (limited to 'python/json-py/json-py.SlackBuild')
-rw-r--r-- | python/json-py/json-py.SlackBuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/python/json-py/json-py.SlackBuild b/python/json-py/json-py.SlackBuild index 85e22f62ff..1842af4ab8 100644 --- a/python/json-py/json-py.SlackBuild +++ b/python/json-py/json-py.SlackBuild @@ -27,12 +27,10 @@ VERSION=3.4 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -50,7 +48,7 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT -cd $TMP +cd $TMP rm -rf $PRGNAM-$VERSION mkdir $PRGNAM-$VERSION cd $PRGNAM-$VERSION |