wok-next diff cssc/receipt @ rev 16556

Up: spk (1.4.2) - Critical bug fix for config files
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 30 14:37:37 2014 +0200 (2014-04-30)
parents 7abf990db309
children c7a7d8278ff3
line diff
     1.1 --- a/cssc/receipt	Mon Sep 23 12:20:26 2013 +0000
     1.2 +++ b/cssc/receipt	Wed Apr 30 14:37:37 2014 +0200
     1.3 @@ -22,7 +22,7 @@
     1.4  		--libexecdir=/usr/lib/$PACKAGE \
     1.5  		--mandir=/usr/share/man \
     1.6  		$CONFIGURE_ARGS &&
     1.7 -	make 2>&1 | grep -v "ERROR''@|" &&
     1.8 +	make &&
     1.9  	make DESTDIR=$DESTDIR install
    1.10  }
    1.11