wok diff gst-plugins-ugly/receipt @ rev 14363

busybox/stuff/inetd.conf: update path to tftpd
author Richard Dunbar <mojo@slitaz.org>
date Sat Apr 20 10:58:28 2013 +0000 (2013-04-20)
parents bd0376c899fc
children f23b8474eb14
line diff
     1.1 --- a/gst-plugins-ugly/receipt	Mon Feb 18 21:11:01 2013 +0100
     1.2 +++ b/gst-plugins-ugly/receipt	Sat Apr 20 10:58:28 2013 +0000
     1.3 @@ -32,7 +32,7 @@
     1.4  		--with-package-name="GStreamer Ugly Plugins ($SERIES)" \
     1.5  		--with-package-origin="http://www.slitaz.org/" \
     1.6  		$CONFIGURE_ARGS | grep -Ev "set ERROR_C" &&
     1.7 -	make $MAKEFLAGS | grep -v /usr/local/include &&
     1.8 +	make $MAKEFLAGS 2>&1 | grep -v /usr/local/include &&
     1.9  	make install
    1.10  }
    1.11