wok diff hicolor-icon-theme/receipt @ rev 16828

up tazlito (5.2.4)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sat Jul 12 13:12:25 2014 +0000 (2014-07-12)
parents de49f29b101e
children 445e5ddf6901
line diff
     1.1 --- a/hicolor-icon-theme/receipt	Thu Dec 05 15:25:09 2013 +0000
     1.2 +++ b/hicolor-icon-theme/receipt	Sat Jul 12 13:12:25 2014 +0000
     1.3 @@ -9,15 +9,13 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://icon-theme.freedesktop.org/wiki/HicolorTheme"
     1.6  WGET_URL="http://icon-theme.freedesktop.org/releases/$TARBALL"
     1.7 +HOST_ARCH="i486 arm"
     1.8  
     1.9  # Rules to configure and make the package.
    1.10  compile_rules()
    1.11  {
    1.12 -	cd $src
    1.13 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.14 -	--mandir=/usr/share/man $CONFIGURE_ARGS
    1.15 -	make
    1.16 -	make DESTDIR=$DESTDIR install
    1.17 +	./configure $CONFIGURE_ARGS &&
    1.18 +	make && make DESTDIR=$DESTDIR install
    1.19  }
    1.20  
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.