wok
rev 2666
perl-net-dns: do not wait on stdin
author |
Pascal Bellard <pascal.bellard@slitaz.org> |
date |
Sun Apr 19 14:57:12 2009 +0200 (2009-04-19) |
parents |
5ae5611235c6 |
children |
d4d3d13d92f5 |
files |
perl-net-dns/receipt |
line diff
1.1 --- a/perl-net-dns/receipt Sun Apr 19 12:15:29 2009 +0200
1.2 +++ b/perl-net-dns/receipt Sun Apr 19 14:57:12 2009 +0200
1.3 @@ -17,7 +17,7 @@
1.4 compile_rules()
1.5 {
1.6 cd $src
1.7 - perl Makefile.PL
1.8 + yes n | perl Makefile.PL
1.9 make
1.10 make DESTDIR=$PWD/_pkg install
1.11 }