mirror of
https://github.com/stefanberger/swtpm.git
synced 2025-08-22 19:04:35 +00:00

When the project is configured with --prefix=/usr/local several configuration files are installed to /usr/local/etc but not read by the programs that need them. This patch fixes this issue by replacing @SYSCONFDIR@ in the source code of those files with the actual used path. Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
5 lines
219 B
Plaintext
5 lines
219 B
Plaintext
# Program invoked for creating certificates
|
|
create_certs_tool= @DATAROOTDIR@/swtpm/swtpm-localca
|
|
create_certs_tool_config = @SYSCONFDIR@/swtpm-localca.conf
|
|
create_certs_tool_options = @SYSCONFDIR@/swtpm-localca.options
|