wok-next diff colord/receipt @ rev 20714

netkit-rsh: typo
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 12:56:13 2018 +0300 (2018-05-27)
parents 4c1ed6983d05
children f10e4fa916b0
line diff
     1.1 --- a/colord/receipt	Tue Mar 13 05:24:06 2018 +0200
     1.2 +++ b/colord/receipt	Sun May 27 12:56:13 2018 +0300
     1.3 @@ -23,10 +23,7 @@
     1.4  			-G colord -s /bin/false -D colord
     1.5  	fi
     1.6  
     1.7 -	fix ld
     1.8  	./configure \
     1.9 -		--sysconfdir=/etc \
    1.10 -		--localstatedir=/var \
    1.11  		--with-daemon-user=colord \
    1.12  		--enable-vala \
    1.13  		--enable-systemd-login=no \
    1.14 @@ -36,7 +33,8 @@
    1.15  		--with-systemdsystemunitdir=no \
    1.16  		$CONFIGURE_ARGS &&
    1.17  	fix libtool &&
    1.18 -	make && make install
    1.19 +	make &&
    1.20 +	make install
    1.21  }
    1.22  
    1.23  genpkg_rules() {