From c8fc9f9d4901129540c7de0c88a096b1fa7dd984 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Thu, 24 Aug 2017 22:16:47 +0700 Subject: academic/easy_spice: Use tgz. Signed-off-by: Willy Sudiarto Raharjo --- academic/easy_spice/easy_spice.SlackBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'academic') diff --git a/academic/easy_spice/easy_spice.SlackBuild b/academic/easy_spice/easy_spice.SlackBuild index fd9fbdf8fe..fed5192d96 100644 --- a/academic/easy_spice/easy_spice.SlackBuild +++ b/academic/easy_spice/easy_spice.SlackBuild @@ -68,7 +68,7 @@ find -L . \ -o -perm 511 \) -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; - + patch -p1 < $CWD/01_docurl.diff patch -p1 < $CWD/libm_underlinkage.patch @@ -118,4 +118,4 @@ cat $CWD/doinst.sh > $PKG/install/doinst.sh cat $CWD/slack-desc > $PKG/install/slack-desc cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-txz} +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} -- cgit v1.2.3