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

Adjust the localstatedir variable to not have ${prefix} if prefix is '/usr/', otherwise use ${prefix}. Also adjust the files that were pointing to directories that are controlled by $localstatedir. Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
5 lines
224 B
Plaintext
5 lines
224 B
Plaintext
statedir = @LOCALSTATEDIR@/lib/swtpm-localca
|
|
signingkey = @LOCALSTATEDIR@/lib/swtpm-localca/signkey.pem
|
|
issuercert = @LOCALSTATEDIR@/lib/swtpm-localca/issuercert.pem
|
|
certserial = @LOCALSTATEDIR@/lib/swtpm-localca/certserial
|