wok diff readline-dev/receipt @ rev 13185

Up: drupal to 7.15.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Aug 02 23:52:02 2012 +0000 (2012-08-02)
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	Thu Aug 02 23:52:02 2012 +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