wok-6.x diff attr/receipt @ rev 16067
ARM: xorg-server-light cross compile and add more needed packages
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Mar 12 20:54:03 2014 +0100 (2014-03-12) |
parents | 2a5cc8208d36 |
children | 48b3913df4ef |
line diff
1.1 --- a/attr/receipt Sun Oct 20 22:08:25 2013 +0000 1.2 +++ b/attr/receipt Wed Mar 12 20:54:03 2014 +0100 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 }