diff options
Diffstat (limited to 'libraries/zope.schema/zope.schema.SlackBuild')
-rw-r--r-- | libraries/zope.schema/zope.schema.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/zope.schema/zope.schema.SlackBuild b/libraries/zope.schema/zope.schema.SlackBuild index 0410d2acfb..1b9496d47e 100644 --- a/libraries/zope.schema/zope.schema.SlackBuild +++ b/libraries/zope.schema/zope.schema.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for zope.schema -# Copyright 2012 Mikko Värri, Finland +# Copyright 2013 Mikko Värri, Finland # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=zope.schema -VERSION=${VERSION:-4.1.1} +VERSION=${VERSION:-4.2.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -46,7 +46,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 . \ |