wok-next diff murrine/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 b7319995b37e
children 7d6089953592
line diff
     1.1 --- a/murrine/receipt	Mon Jan 02 23:06:18 2012 +0100
     1.2 +++ b/murrine/receipt	Sun Feb 24 21:28:58 2013 +0000
     1.3 @@ -15,6 +15,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 +	find . -name '*.[ch]*' | xargs sed -i 's|<glib/.*h|<glib.h|'
     1.8  	#sed -i 's/1.10/1.11/g' autogen.sh
     1.9  	./configure --prefix=/usr --enable-animation $CONFIGURE_ARGS &&
    1.10  	make &&