mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 13:46:58 +02:00
pinentry-qt: fix cross.
This commit is contained in:
parent
23f6611c8d
commit
d68961d165
1 changed files with 5 additions and 0 deletions
|
@ -28,6 +28,11 @@ build_options="libsecret"
|
|||
build_options_default="libsecret"
|
||||
desc_option_libsecret="Enable support for saving passwords via libsecret"
|
||||
|
||||
post_patch() {
|
||||
# else it tries to use the target libexecdir
|
||||
vsed -i -e 's:qt6libexecdir=.*:qt6libexecdir=/usr/lib/qt6/libexec:' configure
|
||||
}
|
||||
|
||||
post_install() {
|
||||
rm -f ${DESTDIR}/usr/bin/pinentry
|
||||
rm -rf ${DESTDIR}/usr/share/info
|
||||
|
|
Loading…
Add table
Reference in a new issue