wok diff gtkperf/receipt @ rev 14843

tightvnc-extra: improve receipt
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Jul 18 01:30:41 2013 +0200 (2013-07-18)
parents 4e196db993fd
children e10edbeeabb4
line diff
     1.1 --- a/gtkperf/receipt	Thu Mar 03 17:27:09 2011 +0000
     1.2 +++ b/gtkperf/receipt	Thu Jul 18 01:30:41 2013 +0200
     1.3 @@ -15,7 +15,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	./configure &&
     1.8 +	./configure $CONFIGURE_ARGS &&
     1.9  	make &&
    1.10  	make DESTDIR=$DESTDIR install
    1.11  }