wok diff acl-dev/receipt @ rev 20805
syslinux/iso2exe: add a MessageBox for Win9x (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 16 19:05:06 2019 +0100 (2019-02-16) |
parents | a5b6457fb890 |
children | 68e1e2f938b4 |
line diff
1.1 --- a/acl-dev/receipt Wed Oct 31 15:13:42 2018 +0100 1.2 +++ b/acl-dev/receipt Sat Feb 16 19:05:06 2019 +0100 1.3 @@ -15,8 +15,7 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 - mkdir -p $fs/usr/lib $fs/lib 1.8 + mkdir -p $fs/lib $fs/usr 1.9 cp -a $install/lib/*.*a $fs/lib 1.10 cp -a $install/usr/include $fs/usr 1.11 - cp -a $install/usr/lib/*.*a $fs/usr/lib 1.12 }