wok-next diff readline-dev/receipt @ rev 14754
linux: add default initrd
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jun 16 20:18:01 2013 +0200 (2013-06-16) |
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 Sun Jun 16 20:18:01 2013 +0200 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