wok-next diff perl-appconfig/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents f48456621a9d
children f17e1f86f546
line diff
     1.1 --- a/perl-appconfig/receipt	Tue Oct 16 16:46:05 2018 +0300
     1.2 +++ b/perl-appconfig/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="perl"
     1.5  SHORT_DESC="AppConfig - Perl5 module for reading configuration files and \
     1.6  parsing command line arguments"
     1.7 -MAINTAINER="nneul@neulinger.org"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="Artistic"
    1.10  WEB_SITE="https://metacpan.org/release/AppConfig"
    1.11  REPOLOGY="perl:appconfig"
    1.12 @@ -17,7 +17,8 @@
    1.13  
    1.14  compile_rules() {
    1.15  	perl Makefile.PL &&
    1.16 -	make && make DESTDIR=$install install &&
    1.17 +	make &&
    1.18 +	make DESTDIR=$install install &&
    1.19  
    1.20  	chmod -R u+w $install
    1.21  }