wok-next diff attr/receipt @ rev 14806

Down tazdrop (4.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 17 09:36:02 2013 +0200 (2013-07-17)
parents a7b54d88ae54
children 2a5cc8208d36
line diff
     1.1 --- a/attr/receipt	Mon Jul 08 11:45:27 2013 +0300
     1.2 +++ b/attr/receipt	Wed Jul 17 09:36:02 2013 +0200
     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  }