wok-next diff mate-icon-theme-faenza/receipt @ rev 20779

typo
author Erkan Yilmaz <erkan@slitaz.org>
date Fri Jun 08 09:48:36 2018 +0000 (2018-06-08)
parents 65c0fe17f3b9
children 9102678083fb
line diff
     1.1 --- a/mate-icon-theme-faenza/receipt	Sat Oct 28 17:50:52 2017 +0300
     1.2 +++ b/mate-icon-theme-faenza/receipt	Fri Jun 08 09:48:36 2018 +0000
     1.3 @@ -16,13 +16,12 @@
     1.4  
     1.5  compile_rules() {
     1.6  	./autogen.sh \
     1.7 -		--sysconfdir=/etc \
     1.8 -		--localstatedir=/var \
     1.9  		$CONFIGURE_ARGS &&
    1.10  	make &&
    1.11  	make install || return 1
    1.12  
    1.13  	find $install -type d \( -name 32 -o -name 64 -o -name 96 \) -exec rm -r '{}' \; 2>/dev/null
    1.14 +	:
    1.15  }
    1.16  
    1.17  genpkg_rules() {