wok-next diff mate-panel/receipt @ rev 20663

Fix web site for the Shimmer Project themes
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 10 22:58:32 2018 +0300 (2018-05-10)
parents 65c0fe17f3b9
children 342b30daff76
line diff
     1.1 --- a/mate-panel/receipt	Sat Oct 28 17:50:52 2017 +0300
     1.2 +++ b/mate-panel/receipt	Thu May 10 22:58:32 2018 +0300
     1.3 @@ -18,10 +18,9 @@
     1.4  
     1.5  compile_rules() {
     1.6  	./autogen.sh \
     1.7 -		--sysconfdir=/etc \
     1.8 -		--localstatedir=/var \
     1.9  		--with-in-process-applets=all \
    1.10  		$CONFIGURE_ARGS &&
    1.11 +	fix libtool &&
    1.12  	make &&
    1.13  	make install
    1.14  }