wok-next diff perl-io-interactive-tiny/receipt @ rev 21031

Random updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Nov 03 15:42:26 2018 +0200 (2018-11-03)
parents 4e6503d7a19f
children f17e1f86f546
line diff
     1.1 --- a/perl-io-interactive-tiny/receipt	Thu Jul 12 18:34:58 2018 +0300
     1.2 +++ b/perl-io-interactive-tiny/receipt	Sat Nov 03 15:42:26 2018 +0200
     1.3 @@ -16,7 +16,8 @@
     1.4  
     1.5  compile_rules() {
     1.6  	perl Makefile.PL &&
     1.7 -	make && make DESTDIR=$install install &&
     1.8 +	make &&
     1.9 +	make DESTDIR=$install install &&
    1.10  
    1.11  	chmod -R u+w $install
    1.12  }