wok diff perl-net-ftp/receipt @ rev 11389

Compat: make local-pack.functions in slitaz-i18n compatible with tazwok
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Dec 10 05:03:51 2011 +0100 (2011-12-10)
parents 84e5f2e10ea6
children 2d12ebd38be4
line diff
     1.1 --- a/perl-net-ftp/receipt	Wed Mar 16 09:12:53 2011 +0100
     1.2 +++ b/perl-net-ftp/receipt	Sat Dec 10 05:03:51 2011 +0100
     1.3 @@ -16,7 +16,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	perl Makefile.PL &&
     1.8 +	yes '' | perl Makefile.PL &&
     1.9  	make &&
    1.10  	make DESTDIR=$PWD/_pkg install
    1.11  }