diff options
author | Daiki Ueno <dueno@redhat.com> | 2016-12-13 10:34:07 +0100 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2016-12-13 10:58:35 +0100 |
commit | 5af8da1f4949807925e23b866f6280dcf7d74f87 (patch) | |
tree | 28ab10aca9f7906c3ad6d02f5a02b9fae1d53e70 | |
parent | 352d2090628d6a040846508e51de06318b69a475 (diff) |
test: Fix privatedir substitution in test-extract
Since $privatedir expands to "${libexecdir}/p11-kit", $libexecdir must
be substituted in the script beforehand.
-rw-r--r-- | trust/test-extract.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/trust/test-extract.in b/trust/test-extract.in index 59f6cd6..ec4387d 100644 --- a/trust/test-extract.in +++ b/trust/test-extract.in @@ -11,6 +11,7 @@ datarootdir=@datarootdir@ datadir=@datadir@ sysconfdir=@sysconfdir@ libdir=@libdir@ +libexecdir=@libexecdir@ privatedir=@privatedir@ with_trust_paths=@with_trust_paths@ script=$(basename $0) |