wok rev 16063
ARM: we need font for X and fix toutil-linux-uuid
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Mar 12 03:49:35 2014 +0100 (2014-03-12) |
parents | a29085892eee |
children | 7bae09de1061 |
files | util-linux-uuid/receipt xorg-base-fonts/receipt |
line diff
1.1 --- a/util-linux-uuid/receipt Wed Mar 12 01:33:20 2014 +0100 1.2 +++ b/util-linux-uuid/receipt Wed Mar 12 03:49:35 2014 +0100 1.3 @@ -20,7 +20,8 @@ 1.4 cp -a $install/usr/bin/uuidgen $fs/usr/bin 1.5 cp -a $install/lib/libuuid.so* $fs/lib 1.6 cd $fs/usr/lib 1.7 - ln -s /lib/libuuid.so.1.3.0 libuuid.so 1.8 + # Be compatible with /cross/*/sysroot 1.9 + ln -s ../../lib/libuuid.so.1.3.0 libuuid.so 1.10 } 1.11 1.12 # Remove old package
2.1 --- a/xorg-base-fonts/receipt Wed Mar 12 01:33:20 2014 +0100 2.2 +++ b/xorg-base-fonts/receipt Wed Mar 12 03:49:35 2014 +0100 2.3 @@ -9,6 +9,7 @@ 2.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.5 WEB_SITE="http://www.x.org/" 2.6 WGET_URL="http://download.tuxfamily.org/slitaz/sources/fonts/$TARBALL" 2.7 +HOST_ARCH="i486 arm" 2.8 2.9 # Rules to gen a SliTaz package suitable for Tazpkg. 2.10 genpkg_rules()