wok diff gst-python/receipt @ rev 15911

pango: girepository-1.0 goes in dev package (save space on ISO)
author Christophe Lincoln <pankso@slitaz.org>
date Sat Feb 15 13:09:14 2014 +0100 (2014-02-15)
parents 201790380987
children 16df76e1fc6a
line diff
     1.1 --- a/gst-python/receipt	Mon Sep 23 18:02:04 2013 +0000
     1.2 +++ b/gst-python/receipt	Sat Feb 15 13:09:14 2014 +0100
     1.3 @@ -21,7 +21,7 @@
     1.4  	./configure --prefix=/usr \
     1.5  		--sysconfdir=/etc \
     1.6  		--localstatedir=/var \
     1.7 -		$CONFIGURE_ARGS 2>&1 | grep -v ERROR_CFLAGS &&
     1.8 +		$CONFIGURE_ARGS &&
     1.9  	make &&
    1.10  	make DESTDIR=$DESTDIR install
    1.11  }