Skip to content

community/nitrokey-app: fix bash completions location

Luca Weiss requested to merge lucaweiss/aports:nitrokey-app into master

Currently bash completions are getting installed to /usr/etc/bash_completion.d/nitrokey-app which is incorrect. The upstream cmake scripts query the bash completion location via pkg-config, so make sure that bash-completion.pc gets installed during the build.

Edited by Luca Weiss

Merge request reports