wok-next rev 20581
libisofs: fix installation (Busybox's mkdir can't process --version argument and so ./configure believe it don't work)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Apr 14 09:33:57 2018 +0300 (2018-04-14) |
parents | c9e0b56d2a10 |
children | 6b260e079f81 |
files | libisofs/receipt |
line diff
1.1 --- a/libisofs/receipt Sat Apr 14 04:19:09 2018 +0300 1.2 +++ b/libisofs/receipt Sat Apr 14 09:33:57 2018 +0300 1.3 @@ -18,7 +18,9 @@ 1.4 ./configure $CONFIGURE_ARGS && 1.5 fix libtool && 1.6 make && 1.7 - make install 1.8 + make \ 1.9 + MKDIRPROG="mkdir -p" \ 1.10 + install 1.11 } 1.12 1.13 genpkg_rules() {