gentoo-ebuilds/sys-apps/pcsc-lite/files/pcsc-lite-2.4.0-change-setup-spy-script-location.patch
Sam James a4960d8706
sys-apps/pcsc-lite: add 2.4.0
The polkit & systemd unit changes have been upstreamed in commit
f91d765e9559c557edffc3ce3d661afc8b093bbb.

6c2ddd27e37854de1eca0d3e2e64afe888d85d21 fixes the static lib issue
(thanks Eli)!

Bug: https://bugs.gentoo.org/545390
Closes: https://bugs.gentoo.org/957874
Signed-off-by: Sam James <sam@gentoo.org>
2025-11-25 02:56:56 +00:00

13 lines
490 B
Diff

diff --git a/meson.build b/meson.build
index 4d4d2bf..b92beb4 100644
--- a/meson.build
+++ b/meson.build
@@ -207,7 +207,7 @@ if get_option('default_library') != 'static'
install_dir : get_option('bindir'))
install_data('src/spy/setup_spy.sh',
- install_dir : 'share/doc/pcsc-lite')
+ install_dir : get_option('datadir') / 'doc' / meson.project_name()+'-'+meson.project_version())
run_command('pod2man',
['--date=2024-01-01', 'src/spy/pcsc-spy.pod', 'pcsc-spy.1'],