wok diff perl-file-find-rule/receipt @ rev 18687

libQtOpenGL: fix description
author Yuri Pourre <yuripourre@gmail.com>
date Thu Dec 10 13:33:41 2015 -0200 (2015-12-10)
parents 342982e73709
children 6e8b1bcb30e2
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 Dec 10 13:33:41 2015 -0200
     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