Skip to content

Commit

Permalink
meson: do not hardcode /etc directory name
Browse files Browse the repository at this point in the history
Use get_option('sysconfdir') instead.
  • Loading branch information
LudovicRousseau committed Dec 24, 2024
1 parent 049703f commit 95f2dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ install_data('etc/fr.apdu.pcsclite.metainfo.xml',
)

install_data('etc/pcscd',
install_dir : 'etc/default'
install_dir : get_option('sysconfdir') / 'default'
)

# generate config.h
Expand Down

0 comments on commit 95f2dbc

Please sign in to comment.