wok-next diff xorg-recordproto/receipt @ rev 20715

Up nsd (4.1.21)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 13:10:46 2018 +0300 (2018-05-27)
parents 0e7893ac206d
children cd7906120828
line diff
     1.1 --- a/xorg-recordproto/receipt	Sat Feb 24 16:17:33 2018 +0200
     1.2 +++ b/xorg-recordproto/receipt	Sun May 27 13:10:46 2018 +0300
     1.3 @@ -15,10 +15,7 @@
     1.4  BUILD_DEPENDS="xorg-util-macros"
     1.5  
     1.6  compile_rules() {
     1.7 -	./configure \
     1.8 -		--sysconfdir=/etc \
     1.9 -		--localstatedir=/var \
    1.10 -		$CONFIGURE_ARGS &&
    1.11 +	./configure $CONFIGURE_ARGS &&
    1.12  	make &&
    1.13  	make install
    1.14  }