wok diff attr/receipt @ rev 14877

Add: python-http-parser (0.8.1)
author Claudinei Pereira <claudinei@slitaz.org>
date Tue Jul 23 19:31:25 2013 -0300 (2013-07-23)
parents a7b54d88ae54
children 2a5cc8208d36
line diff
     1.1 --- a/attr/receipt	Mon Jul 08 11:45:27 2013 +0300
     1.2 +++ b/attr/receipt	Tue Jul 23 19:31:25 2013 -0300
     1.3 @@ -42,5 +42,5 @@
     1.4  	cp -a $install/lib/*.so* $fs/lib
     1.5  	cp -a $install/usr/lib/*.so* $fs/usr/lib
     1.6  	cp -a $install/usr/bin $fs/usr
     1.7 -	find $fs -type f -name '*.so' -exec chmod a+x \{\} \;
     1.8 +	find $fs -type f -name '*.so*' -exec chmod a+x \{\} \;
     1.9  }