summaryrefslogtreecommitdiffstats
path: root/libraries/zope.location/zope.location.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/zope.location/zope.location.SlackBuild')
-rw-r--r--libraries/zope.location/zope.location.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/zope.location/zope.location.SlackBuild b/libraries/zope.location/zope.location.SlackBuild
index dbafe3d59e..859c2d2f05 100644
--- a/libraries/zope.location/zope.location.SlackBuild
+++ b/libraries/zope.location/zope.location.SlackBuild
@@ -6,7 +6,7 @@
# Public domain.
PRGNAM=zope.location
-VERSION=${VERSION:-3.9.0}
+VERSION=${VERSION:-3.9.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -29,7 +29,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-unzip $CWD/$PRGNAM-$VERSION.zip
+tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find . \