From: Doug Goldstein Date: Thu, 4 Feb 2010 15:47:29 +0000 (+0100) Subject: virt-pki-validate contains unexpanded SYSCONFDIR variable X-Git-Tag: v0.7.7~248 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b907122b77e07f35149279bf9432ccd2de0dca0;p=thirdparty%2Flibvirt.git 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 --- 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