wok diff attr/receipt @ rev 17184
Add phpfm
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Oct 02 12:33:11 2014 +0200 (2014-10-02) |
parents | 2a5cc8208d36 |
children | 48b3913df4ef |
line diff
1.1 --- a/attr/receipt Sun Oct 20 22:08:25 2013 +0000 1.2 +++ b/attr/receipt Thu Oct 02 12:33:11 2014 +0200 1.3 @@ -44,4 +44,7 @@ 1.4 cp -a $install/usr/lib/*.so* $fs/usr/lib 1.5 cp -a $install/usr/bin $fs/usr 1.6 find $fs -type f -name '*.so*' -exec chmod a+x \{\} \; 1.7 + # Fix /usr/lib/libattr.so 1.8 + cd $fs/usr/lib 1.9 + rm libattr.so && ln -s ../../lib/libattr.so 1.10 }