wok-next diff caja-extensions/receipt @ rev 20570
More fix libtool; audit: apply patch.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Apr 13 09:28:50 2018 +0300 (2018-04-13) |
parents | 65c0fe17f3b9 |
children | 342b30daff76 |
line diff
1.1 --- a/caja-extensions/receipt Sat Oct 28 17:50:52 2017 +0300 1.2 +++ b/caja-extensions/receipt Fri Apr 13 09:28:50 2018 +0300 1.3 @@ -17,9 +17,8 @@ 1.4 1.5 compile_rules() { 1.6 ./autogen.sh \ 1.7 - --sysconfdir=/etc \ 1.8 - --localstatedir=/var \ 1.9 $CONFIGURE_ARGS && 1.10 + fix libtool && 1.11 make && 1.12 make install 1.13 }