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

Add terminator (multi terminal in a single window)
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 03 11:38:25 2012 +0200 (2012-05-03)
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	Thu May 03 11:38:25 2012 +0200
     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  }