wok-current diff wayland-dev/receipt @ rev 18395
open-vm-tools: add missing dep linux-module-headers
author | Nathan Neulinger <nneul@neulinger.org> |
---|---|
date | Sat Sep 19 01:56:55 2015 +0000 (2015-09-19) |
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 Sat Sep 19 01:56:55 2015 +0000 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 }