wok diff attr/receipt @ rev 15002
Add some GPL2 licenses
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 10 21:12:16 2013 +0000 (2013-08-10) |
parents | a7b54d88ae54 |
children | 2a5cc8208d36 |
line diff
1.1 --- a/attr/receipt Mon Jul 08 11:45:27 2013 +0300 1.2 +++ b/attr/receipt Sat Aug 10 21:12:16 2013 +0000 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 }