From 10f42f313ca7c1815005acfab9076e3ff9961fcc Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 1 Aug 2022 15:10:07 +0200 Subject: [PATCH] tests: Install links for tpm2daemon * Makefile.am (all-local): Install missing symlinks. -- GnuPG-bug-id: 6052 --- Makefile.am | 2 ++ tests/gpgconf.ctl.in | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index e54202748..76c298c4b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -147,6 +147,8 @@ all-local: do ln -sf ../scd/$$i .; done; \ for i in gpg-preset-passphrase; \ do ln -sf ../agent/$$i .; done; \ + for i in tpm2daemon; \ + do [ -f ../tpm2d/$$i ] && ln -sf ../tpm2d/$$i .; done; \ echo "created links to binaries" ) diff --git a/tests/gpgconf.ctl.in b/tests/gpgconf.ctl.in index 9bde62484..fa3e988ac 100644 --- a/tests/gpgconf.ctl.in +++ b/tests/gpgconf.ctl.in @@ -9,7 +9,7 @@ # now is "rootdir" which must be followed by one optional space, an # equal sign, and the value for the root directory. Environment # variables are substituted in standard shell manner, the final value -# must start with a slash, trailing slashed are stripped. +# must start with a slash, trailing slashes are stripped. sysconfdir = $GNUPG_BUILD_ROOT/etc rootdir = $GNUPG_BUILD_ROOT/