# HG changeset patch # User Aleksej Bobylev # Date 1523687637 -10800 # Node ID 8f83f5558d64f0ff20268a6294d8ba999beb50eb # Parent c9e0b56d2a109b1346bfddb4246b41cd5bb032cd libisofs: fix installation (Busybox's mkdir can't process --version argument and so ./configure believe it don't work) diff -r c9e0b56d2a10 -r 8f83f5558d64 libisofs/receipt --- a/libisofs/receipt Sat Apr 14 04:19:09 2018 +0300 +++ b/libisofs/receipt Sat Apr 14 09:33:57 2018 +0300 @@ -18,7 +18,9 @@ ./configure $CONFIGURE_ARGS && fix libtool && make && - make install + make \ + MKDIRPROG="mkdir -p" \ + install } genpkg_rules() {