Closed Polynomial-C closed 4 years ago
Hi @Polynomial-C !
Thank you for the report! It should be fixed now thanks to @SoapGentoo, with #454. Do you need a quick release for packaging?
@szszszsz quick release would help us, then I can quickly add it and remove the patches
Noted! Should be done in next 24h.
Done at https://github.com/Nitrokey/nitrokey-app/releases/tag/v1.4.2 Sorry for the delay!
Thanks a lot for being so responsive to our requests!
Steps to reproduce:
bash-completion.pc
file installed-DCMAKE_INSTALL_PREFIX=/usr
(this is what Gentoo ebuild is doing)Result:
bash-completion file gets installed into
/usr/etc/bash_completion.d/
Possible solution:
Let this be overridable by setting (for example)
-DBASH_COMPLETION_DIR="/some/path"
and only do your path magic when this has not been set by the user.