]> git.proxmox.com Git - swtpm.git/commit - configure.ac
build-sys: Fix hard coded /etc path and replace with @SYSCONFDIR@
authorStefan Berger <stefanb@linux.ibm.com>
Wed, 16 Jan 2019 13:49:51 +0000 (08:49 -0500)
committerStefan Berger <stefanb@us.ibm.com>
Thu, 17 Jan 2019 16:28:40 +0000 (11:28 -0500)
commit0432b6535c77089bcd0dc623e4381cec3ae02cee
treeee84837e93020d9937fb50934accd7591ae4a2b2
parentbc4d1d03416ceaa95d73d9da906d03b8768a5c83
build-sys: Fix hard coded /etc path and replace with @SYSCONFDIR@

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>
.gitignore
configure.ac
etc/swtpm_setup.conf [deleted file]
etc/swtpm_setup.conf.in [new file with mode: 0644]
samples/swtpm-localca [deleted file]
samples/swtpm-localca.in [new file with mode: 0644]
src/swtpm_setup/swtpm_setup.sh.in