office/xreader: Fixed tarball handling.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
David Spencer 2017-03-11 23:04:12 +00:00 committed by Willy Sudiarto Raharjo
parent d8cada6b11
commit c3f0cf6b5b
2 changed files with 2 additions and 2 deletions

View file

@ -65,7 +65,7 @@ cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/xreader-$VERSION.tar.gz
cd $PRGNAM-$VERSION
tar --strip-components=1 -xvf $CWD/mate-common-v$MATECOMMONVERSION.tar.gz \
tar --strip-components=1 -xvf $CWD/mate-common-$MATECOMMONVERSION.tar.gz \
mate-common-$MATECOMMONVERSION/macros/
chmod +x macros/mate-autogen
chown -R root:root .

View file

@ -2,7 +2,7 @@ PRGNAM="xreader"
VERSION="1.2.2"
HOMEPAGE="https://github.com/linuxmint/xreader"
DOWNLOAD="https://github.com/linuxmint/xreader/archive/1.2.2/xreader-1.2.2.tar.gz \
https://github.com/mate-desktop/mate-common/archive/v1.16.0/mate-common-v1.16.0.tar.gz"
https://github.com/mate-desktop/mate-common/archive/v1.16.0/mate-common-1.16.0.tar.gz"
MD5SUM="ae878ed2658747c42bce2fd6ebb18a0a \
a6e57c48263118cbb7e4e61c72372328"
DOWNLOAD_x86_64=""