wok-6.x diff lz5-dev/receipt @ rev 19192
syslinux: no i18n menu with custom config
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jun 05 16:28:03 2016 +0200 (2016-06-05) |
parents | 1a13f0bc5fb1 |
children | 88dbf519f075 |
line diff
1.1 --- a/lz5-dev/receipt Thu Feb 25 14:32:25 2016 +0100 1.2 +++ b/lz5-dev/receipt Sun Jun 05 16:28:03 2016 +0200 1.3 @@ -14,8 +14,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 1.8 + mkdir -p $fs/usr/ 1.9 cp -a $install/usr/include $fs/usr/ 1.10 - cp -a $install/usr/lib/*a $fs/usr/lib/ 1.11 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib/ 1.12 + cp -a $install/usr/lib $fs/usr/ 1.13 }