wok-6.x
diff gtkperf/receipt @ rev 14112
smbclient: fix too much newline that produced a 546 files smbclient package, sorry about that
author |
ernia <monghitri@aruba.it> |
date |
Sun Feb 24 21:28:58 2013 +0000 (2013-02-24) |
parents |
4e196db993fd |
children |
e10edbeeabb4 |
line diff
1.1 --- a/gtkperf/receipt Thu Mar 03 17:27:09 2011 +0000
1.2 +++ b/gtkperf/receipt Sun Feb 24 21:28:58 2013 +0000
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 }