I get the following error when building this package:
configure: error: cannot find install-sh, install.sh, or shtool in build-aux "."/build-aux
It can be fixed by doing the following before calling ./configure
39a40,42
> # rm build-aux/install-sh
> # ln -s /usr/share/automake-1.17/install-sh build-aux/install-sh
>
Pinned Comments
Ataraxy commented on 2023-07-05 05:07 (UTC)
For a currently maintained codebase that does similar, check out
patool
here in the AUR.