wok-next diff libnl/receipt @ rev 20564

shell-detector, screenfetch: create $install tree
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 10 10:14:26 2018 +0200 (2018-04-10)
parents 0e7893ac206d
children 5841522533ec
line diff
     1.1 --- a/libnl/receipt	Sat Feb 24 16:17:33 2018 +0200
     1.2 +++ b/libnl/receipt	Tue Apr 10 10:14:26 2018 +0200
     1.3 @@ -16,10 +16,10 @@
     1.4  
     1.5  compile_rules() {
     1.6  	./configure \
     1.7 -		--sysconfdir=/etc \
     1.8  		--disable-static \
     1.9  		$CONFIGURE_ARGS &&
    1.10 -	make && make install
    1.11 +	make &&
    1.12 +	make install
    1.13  }
    1.14  
    1.15  genpkg_rules() {