wok-next diff lz5-dev/receipt @ rev 18930
mmv, sqlite, unclutter: use EXTRA_SOURCE_FILES to track the sources files
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Feb 26 17:55:33 2016 +0100 (2016-02-26) |
parents | 1a13f0bc5fb1 |
children | 35a20e111081 |
line diff
1.1 --- a/lz5-dev/receipt Thu Feb 25 14:32:25 2016 +0100 1.2 +++ b/lz5-dev/receipt Fri Feb 26 17:55:33 2016 +0100 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 }