wok-next diff perl-path-tiny/receipt @ rev 21022

Combine rox-filer
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Nov 03 04:01:01 2018 +0200 (2018-11-03)
parents 5fac1a2da249
children f17e1f86f546
line diff
     1.1 --- a/perl-path-tiny/receipt	Fri Aug 31 11:58:18 2018 +0300
     1.2 +++ b/perl-path-tiny/receipt	Sat Nov 03 04:01:01 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  }