mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-16 15:14:38 +00:00
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>
13 lines
490 B
Diff
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'],
|