diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2013-03-04 00:05:22 -0500 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-03-04 17:26:55 -0500 |
commit | 4827378ffd3949298c7519d82172530f10f775a2 (patch) | |
tree | f27f8406ff107e03e03d72e84304c62bf3b54add /libraries/zope.schema/zope.schema.SlackBuild | |
parent | 837bb50cdecb5076ef18c94d5f0cb552c8a7f5cf (diff) | |
download | slackbuilds-4827378ffd3949298c7519d82172530f10f775a2.tar.gz |
libraries/zope.schema: Updated for version 4.2.2.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
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 . \ |