wok diff libaal-dev/receipt @ rev 20334

Do not use efi shell (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 02 16:13:06 2018 +0200 (2018-06-02)
parents 381befc4ebd3
children 86790a278e70
line diff
     1.1 --- a/libaal-dev/receipt	Tue Nov 11 09:01:19 2008 +0000
     1.2 +++ b/libaal-dev/receipt	Sat Jun 02 16:13:06 2018 +0200
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Application abstraction library development files."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="GPL"
     1.8  WEB_SITE="http://www.kernel.org/"
     1.9  WANTED="libaal"
    1.10  
    1.11 @@ -12,8 +13,8 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr/lib
    1.15 -	cp -a $_pkg/usr/lib/*a $fs/usr/lib
    1.16 -	cp -a $_pkg/usr/include $fs/usr
    1.17 -	cp -a $_pkg/usr/share $fs/usr
    1.18 +	cp -a $install/usr/lib/*a $fs/usr/lib
    1.19 +	cp -a $install/usr/include $fs/usr
    1.20 +	cp -a $install/usr/share $fs/usr
    1.21  }
    1.22