wok-next diff less/receipt @ rev 20587

Up librsync (2.0.2)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 14 15:01:16 2018 +0300 (2018-04-14)
parents 90a5eb560fd6
children 342b30daff76
line diff
     1.1 --- a/less/receipt	Wed Feb 21 19:48:17 2018 +0200
     1.2 +++ b/less/receipt	Sat Apr 14 15:01:16 2018 +0300
     1.3 @@ -17,10 +17,10 @@
     1.4  
     1.5  compile_rules() {
     1.6  	./configure \
     1.7 -		--sysconfdir=/etc \
     1.8  		--with-regex=pcre \
     1.9  		$CONFIGURE_ARGS &&
    1.10 -	make && make DESTDIR=$install install
    1.11 +	make &&
    1.12 +	make DESTDIR=$install install
    1.13  }
    1.14  
    1.15  genpkg_rules() {