mirror of
https://github.com/stefanberger/swtpm.git
synced 2026-02-05 14:12:54 +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
|