mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
tests: Install links for tpm2daemon
* Makefile.am (all-local): Install missing symlinks. -- GnuPG-bug-id: 6052
This commit is contained in:
parent
8e63e813c7
commit
10f42f313c
@ -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" )
|
||||
|
||||
|
||||
|
@ -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/
|
||||
|
Loading…
x
Reference in New Issue
Block a user