wok-next diff libstatgrab/receipt @ rev 20959
Fix minicom
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Sep 06 11:27:41 2018 +0200 (2018-09-06) |
parents | e756329576c3 |
children | f48456621a9d |
line diff
1.1 --- a/libstatgrab/receipt Sun Oct 22 04:01:51 2017 +0300 1.2 +++ b/libstatgrab/receipt Thu Sep 06 11:27:41 2018 +0200 1.3 @@ -18,8 +18,8 @@ 1.4 compile_rules() { 1.5 ./configure \ 1.6 --disable-static \ 1.7 - --docdir=/usr/share/doc/libstatgrab-$VERSION \ 1.8 $CONFIGURE_ARGS && 1.9 + fix libtool && 1.10 make && 1.11 make install 1.12 }