wok diff xorg-xload/receipt @ rev 18725
lynis 2.1.1: fix: installs in /usr/share/lynis but can not be found, trying /usr/local/share (as in example on dev website)
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Fri Dec 18 13:20:19 2015 +0000 (2015-12-18) |
parents | eb8067417980 |
children | 814c58f64f83 |
line diff
1.1 --- a/xorg-xload/receipt Sat Nov 30 10:06:29 2013 +0000 1.2 +++ b/xorg-xload/receipt Fri Dec 18 13:20:19 2015 +0000 1.3 @@ -10,6 +10,7 @@ 1.4 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.5 WEB_SITE="http://www.x.org/" 1.6 WGET_URL="$XORG_MIRROR/app/$TARBALL" 1.7 +HOST_ARCH="i486 arm" 1.8 1.9 DEPENDS="xorg-libXaw" 1.10 BUILD_DEPENDS="xorg-libXaw-dev"