wok-current diff wayland-dev/receipt @ rev 19104
firefox-official-*: provides browser-html5 (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 04 15:39:12 2016 +0200 (2016-05-04) |
parents | fd8b9f3b8878 |
children | fc9203de5ff2 |
line diff
1.1 --- a/wayland-dev/receipt Mon Mar 31 01:18:02 2014 +0200 1.2 +++ b/wayland-dev/receipt Wed May 04 15:39:12 2016 +0200 1.3 @@ -8,6 +8,7 @@ 1.4 LICENSE="MIT" 1.5 WANTED="wayland" 1.6 WEB_SITE="http://www.bluez.org/" 1.7 +HOST_ARCH="i486 arm" 1.8 1.9 # Rules to gen a SliTaz package suitable for Tazpkg. 1.10 genpkg_rules() 1.11 @@ -16,6 +17,7 @@ 1.12 cp -a $install/usr/include $fs/usr 1.13 cp -a $install/usr/lib/*.*a $fs/usr/lib 1.14 cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.15 - cp -a $install/usr/share/pkgconfig/* $fs/usr/lib/pkgconfig 1.16 + [ -d "$install/usr/share/pkgconfig" ] && \ 1.17 + cp -a $install/usr/share/pkgconfig/* $fs/usr/lib/pkgconfig 1.18 cp -a $install/usr/share/aclocal $fs/usr/share 1.19 }