wok diff libgpg-error/receipt @ rev 18707

fix some post_install status
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Dec 16 15:49:50 2015 +0100 (2015-12-16)
parents 3b8da0bc3a5d
children ac006a7bf27c
line diff
     1.1 --- a/libgpg-error/receipt	Tue Jun 11 10:56:08 2013 +0200
     1.2 +++ b/libgpg-error/receipt	Wed Dec 16 15:49:50 2015 +0100
     1.3 @@ -9,18 +9,16 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.5  WEB_SITE="http://www.gnupg.org/related_software/libgpg-error/"
     1.6  WGET_URL="ftp://ftp.gnupg.org/gcrypt/libgpg-error/$TARBALL"
     1.7 +HOST_ARCH="i486 arm"
     1.8  
     1.9  DEPENDS=""
    1.10  
    1.11  # Rules to configure and make the package.
    1.12  compile_rules()
    1.13  {
    1.14 -	cd $src
    1.15  	touch src/extra-h.in
    1.16 -	./configure \
    1.17 -		$CONFIGURE_ARGS &&
    1.18 -	make &&
    1.19 -	make DESTDIR=$DESTDIR install
    1.20 +	./configure $CONFIGURE_ARGS &&
    1.21 +	make && make DESTDIR=$DESTDIR install
    1.22  }
    1.23  
    1.24  # Rules to gen a SliTaz package suitable for Tazpkg.