wok-next diff dconf/receipt @ rev 20566

linld, screenfetch: create $install tree (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 10 10:30:46 2018 +0200 (2018-04-10)
parents 05d4a6d977d4
children ccb66c3dd643
line diff
     1.1 --- a/dconf/receipt	Tue Oct 24 17:49:57 2017 +0300
     1.2 +++ b/dconf/receipt	Tue Apr 10 10:30:46 2018 +0200
     1.3 @@ -16,9 +16,7 @@
     1.4  SPLIT="dconf-dev"
     1.5  
     1.6  compile_rules() {
     1.7 -	./configure \
     1.8 -		--sysconfdir=/etc \
     1.9 -		$CONFIGURE_ARGS &&
    1.10 +	./configure $CONFIGURE_ARGS &&
    1.11  	make &&
    1.12  	make install
    1.13  }