wok-next diff perl-file-find-rule/receipt @ rev 15147
jed: filter wrong error trigger
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Aug 15 13:01:55 2013 +0000 (2013-08-15) |
parents | 342982e73709 |
children | 1a86cb99cbbf |
line diff
1.1 --- a/perl-file-find-rule/receipt Fri May 20 22:22:11 2011 +0000 1.2 +++ b/perl-file-find-rule/receipt Thu Aug 15 13:01:55 2013 +0000 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Perl/CPAN Module File::Find::Rule." 1.6 MAINTAINER="slaxemulator@gmail.com" 1.7 +LICENSE="GPL" 1.8 DEPENDS="perl-text-glob perl-number-compare perl" 1.9 BUILD_DEPENDS="$DEPENDS" 1.10 SOURCE="File-Find-Rule" 1.11 @@ -25,7 +26,7 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr 1.15 - cp -a $_pkg/usr/bin $fs/usr 1.16 - cp -a $_pkg/usr/lib $fs/usr 1.17 + cp -a $install/usr/bin $fs/usr 1.18 + cp -a $install/usr/lib $fs/usr 1.19 } 1.20