diff options
author | Werner Koch <wk@gnupg.org> | 2022-08-01 15:10:07 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2022-08-01 15:10:07 +0200 |
commit | 10f42f313ca7c1815005acfab9076e3ff9961fcc (patch) | |
tree | 664e29e96d1fa961b03fcfbefcb03b7487729ad8 /tests | |
parent | common: Add a default OpenPGP ECC mapping. (diff) | |
download | gnupg2-10f42f313ca7c1815005acfab9076e3ff9961fcc.tar.xz gnupg2-10f42f313ca7c1815005acfab9076e3ff9961fcc.zip |
tests: Install links for tpm2daemon
* Makefile.am (all-local): Install missing symlinks.
--
GnuPG-bug-id: 6052
Diffstat (limited to 'tests')
-rw-r--r-- | tests/gpgconf.ctl.in | 2 |
1 files changed, 1 insertions, 1 deletions
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/ |