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

Fixed binutils to work with tazwok. Need to cd $src before mkdir -p ../binutils-build. This will not chanage anything with cookutils.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon May 09 22:07:48 2011 +0000 (2011-05-09)
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	Mon May 09 22:07:48 2011 +0000
     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  }