wok diff gtkperf/receipt @ rev 15322
Up parole (0.5.2)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Sep 27 19:24:26 2013 +0000 (2013-09-27) |
parents | 98ee899ec34b |
children | d1c17bd2c2bc |
line diff
1.1 --- a/gtkperf/receipt Mon Oct 17 03:58:37 2011 +0000 1.2 +++ b/gtkperf/receipt Fri Sep 27 19:24:26 2013 +0000 1.3 @@ -15,7 +15,7 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - ./configure $CONFIGURE_ARGS && 1.8 + ./configure $CONFIGURE_ARGS 2>&1 | grep -v /config.rpath && 1.9 make && 1.10 make DESTDIR=$DESTDIR install 1.11 }