From 0b907122b77e07f35149279bf9432ccd2de0dca0 Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Thu, 4 Feb 2010 16:47:29 +0100 Subject: [PATCH] virt-pki-validate contains unexpanded SYSCONFDIR variable * tools/virt-pki-validate.in: use an automake variable instead of a shell variable so the resulting shell actually work --- tools/virt-pki-validate.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/virt-pki-validate.in b/tools/virt-pki-validate.in index a428a96474..3e8c642829 100755 --- a/tools/virt-pki-validate.in +++ b/tools/virt-pki-validate.in @@ -25,7 +25,7 @@ echo Found $CERTOOL # # Check the directory structure # -PKI="$(SYSCONFDIR)/pki" +PKI="@SYSCONFDIR@/pki" if [ ! -d $PKI ] then echo the $PKI directory is missing, it is usually