wok diff attr/receipt @ rev 17481

Fix wanted versions
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Dec 30 08:49:34 2014 +0100 (2014-12-30)
parents 2a5cc8208d36
children 48b3913df4ef
line diff
     1.1 --- a/attr/receipt	Sun Oct 20 22:08:25 2013 +0000
     1.2 +++ b/attr/receipt	Tue Dec 30 08:49:34 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  }