diff options
Diffstat (limited to 'network/mpop/mpop.SlackBuild')
-rw-r--r-- | network/mpop/mpop.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/network/mpop/mpop.SlackBuild b/network/mpop/mpop.SlackBuild index c64ab219b33e4..ccecad85dbfad 100644 --- a/network/mpop/mpop.SlackBuild +++ b/network/mpop/mpop.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for mpop -# Copyright 2013 Marek Buras Silesia,Poland +# Copyright 2014 Marek Buras Silesia,Poland # 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=mpop -VERSION=${VERSION:-1.0.27} +VERSION=${VERSION:-1.2.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -60,7 +60,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar jxvf $CWD/$PRGNAM-$VERSION.tar.bz2 || exit 1 +tar xf $CWD/$PRGNAM-$VERSION.tar.xz || exit 1 cd $PRGNAM-$VERSION || exit 1 chown -R root:root . find -L . \ |