wok-next diff perl-module-install/receipt @ rev 21056

zim: fix build
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Dec 03 11:57:12 2018 +0200 (2018-12-03)
parents 4e6503d7a19f
children f17e1f86f546
line diff
     1.1 --- a/perl-module-install/receipt	Thu Jul 12 18:34:58 2018 +0300
     1.2 +++ b/perl-module-install/receipt	Mon Dec 03 11:57:12 2018 +0200
     1.3 @@ -17,7 +17,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  }