wok-6.x diff readline-dev/receipt @ rev 14054
virtualbox-ose: splitted in virtualbox-ose for slitaz hosts and virtualbox-ose-guestutils for slitaz guests, can't get it to work without reboot
author | ernia <monghitri@aruba.it> |
---|---|
date | Tue Feb 19 20:23:53 2013 +0000 (2013-02-19) |
parents | 5740040c75b8 |
children | 2b9f96603415 |
line diff
1.1 --- a/readline-dev/receipt Fri Feb 18 01:18:35 2011 +0000 1.2 +++ b/readline-dev/receipt Tue Feb 19 20:23:53 2013 +0000 1.3 @@ -7,12 +7,13 @@ 1.4 MAINTAINER="pankso@slitaz.org" 1.5 WANTED="readline" 1.6 WEB_SITE="http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html" 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 { 1.12 mkdir -p $fs/usr/lib 1.13 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.14 - cp -a $_pkg/usr/include $fs/usr 1.15 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.16 + cp -a $install/usr/include $fs/usr 1.17 } 1.18