wok-6.x diff libxml2/receipt @ rev 15268

libxml2, libxslt: remove wrong error trigger
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Sep 25 11:39:47 2013 +0000 (2013-09-25)
parents 8b30da0aa071
children b3db8675cb43
line diff
     1.1 --- a/libxml2/receipt	Fri Sep 14 10:30:21 2012 +0200
     1.2 +++ b/libxml2/receipt	Wed Sep 25 11:39:47 2013 +0000
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="Libxml2 is the XML C parser and toolkit."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 +LICENSE="MIT"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://xmlsoft.org/"
    1.10  WGET_URL="ftp://xmlsoft.org/libxml2/$TARBALL"
    1.11 @@ -36,7 +37,7 @@
    1.12  		--with-history \
    1.13  	$CONFIGURE_ARGS &&
    1.14  	make &&
    1.15 -	make DESTDIR=$DESTDIR install
    1.16 +	make DESTDIR=$DESTDIR install 2>&1 | grep -v "can't stat './*.html':"
    1.17  }
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.