wok diff attr-dev/receipt @ rev 19392
Up vmtouch (1.1.0)
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Sat Aug 27 20:53:04 2016 +0100 (2016-08-27) |
parents | 4aec5a11721d |
children | a4d9cd4fcd65 |
line diff
1.1 --- a/attr-dev/receipt Sun Feb 15 15:16:45 2015 +0100 1.2 +++ b/attr-dev/receipt Sat Aug 27 20:53:04 2016 +0100 1.3 @@ -15,8 +15,9 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 - mkdir -p $fs/usr/lib 1.8 + mkdir -p $fs/usr/lib $fs/lib 1.9 cp -a $install/usr/lib/*.*a $fs/usr/lib 1.10 + ( cd $fs/lib ; ln -s ../usr/lib/*a . ) 1.11 cp -a $install/usr/include $fs/usr 1.12 find $fs -type f -name '*.la' -exec chmod a+x \{\} \; 1.13 }