]> git.proxmox.com Git - swtpm.git/commit - configure.ac
samples: Replace swtpm_localca with script calling swtpm-localca (issue #482)
authorStefan Berger <stefanb@linux.vnet.ibm.com>
Tue, 13 Jul 2021 15:03:18 +0000 (11:03 -0400)
committerStefan Berger <stefanb@us.ibm.com>
Fri, 16 Jul 2021 20:03:14 +0000 (16:03 -0400)
commitfd00c5ff87cdf084b5eb9807df3ef1852527098d
tree0d37cae304f8a7154ba5153a42b1febc0bc42eda
parent05f64f55292c2f634281b512b9ce426655139633
samples: Replace swtpm_localca with script calling swtpm-localca (issue #482)

Replace the binary swtpm_localca with a script that now calls the binary
swtpm-localca, which is to be installed in $bindir.

So that we can use this for script for calling swtpm-localca during testing
(when it is not installed), write the script in such a way that it de-
termines whether there's swtpm-localca in the same directory and if not call
it from ${bindir}/swtpm-localca.

Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
.gitignore
configure.ac
debian/swtpm-tools.install
samples/Makefile.am
samples/swtpm-localca.in [new file with mode: 0755]
swtpm.spec
swtpm.spec.in