wok diff gf2x-dev/receipt @ rev 18897

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
parents 4e805e1b2e7b
children 384df4d1506d
line diff
     1.1 --- a/gf2x-dev/receipt	Fri Dec 21 08:37:05 2012 +0000
     1.2 +++ b/gf2x-dev/receipt	Sun Feb 14 22:06:06 2016 +0100
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Devel files for gf2x"
     1.6  MAINTAINER="al.bobylev@gmail.com"
     1.7 +LICENSE="GPL2"
     1.8  WEB_SITE="https://gforge.inria.fr/projects/gf2x/"
     1.9  WANTED="gf2x"
    1.10  
    1.11 @@ -12,6 +13,6 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr/lib
    1.15 -	cp -a $_pkg/usr/include $fs/usr
    1.16 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.17 +	cp -a $install/usr/include $fs/usr
    1.18 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.19  }