diff options
Diffstat (limited to 'libraries/zope.location/zope.location.SlackBuild')
-rw-r--r-- | libraries/zope.location/zope.location.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/zope.location/zope.location.SlackBuild b/libraries/zope.location/zope.location.SlackBuild index a9edbba61de0..015b97423ea6 100644 --- a/libraries/zope.location/zope.location.SlackBuild +++ b/libraries/zope.location/zope.location.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=zope.location -VERSION=${VERSION:-4.0.2} +VERSION=${VERSION:-4.0.3} 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 -L . \ |