wok diff perl-xml-entities/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 a2c722329bbe
children 6e8b1bcb30e2
line diff
     1.1 --- a/perl-xml-entities/receipt	Fri May 20 22:52:03 2011 +0000
     1.2 +++ b/perl-xml-entities/receipt	Sun Feb 14 22:06:06 2016 +0100
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="XML::Entities module is a Perl extension."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="GPL"
     1.8  DEPENDS="perl"
     1.9  BUILD_DEPENDS="perl perl-libwww perl-uri"
    1.10  SOURCE="XML-Entities"
    1.11 @@ -25,6 +26,6 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr
    1.15 -	cp -a $_pkg/usr/lib $fs/usr
    1.16 +	cp -a $install/usr/lib $fs/usr
    1.17  }
    1.18