wok-next diff udev/receipt @ rev 20534

Clean default configure options when site script used.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 30 19:31:50 2018 +0300 (2018-03-30)
parents d43bf7aae921
children 10df65db91ad
line diff
     1.1 --- a/udev/receipt	Wed Mar 21 15:58:17 2018 +0200
     1.2 +++ b/udev/receipt	Fri Mar 30 19:31:50 2018 +0300
     1.3 @@ -35,7 +35,6 @@
     1.4  		--exec-prefix="" \
     1.5  		--with-rootprefix="" \
     1.6  		--bindir=/sbin \
     1.7 -		--sysconfdir=/etc \
     1.8  		--libexecdir=/lib \
     1.9  		--disable-manpages \
    1.10  		--disable-introspection \
    1.11 @@ -46,7 +45,8 @@
    1.12  		--with-usb-ids-path=/usr/share/misc/usb.ids.gz \
    1.13  		--with-systemdsystemunitdir=no \
    1.14  		$CONFIGURE_ARGS &&
    1.15 -	make && make install
    1.16 +	make &&
    1.17 +	make install
    1.18  }
    1.19  
    1.20  genpkg_rules() {