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
This commit is contained in:
Doug Goldstein 2010-02-04 16:47:29 +01:00 committed by Daniel Veillard
parent 31a5ee922a
commit 0b907122b7

View File

@ -25,7 +25,7 @@ echo Found $CERTOOL
# #
# Check the directory structure # Check the directory structure
# #
PKI="$(SYSCONFDIR)/pki" PKI="@SYSCONFDIR@/pki"
if [ ! -d $PKI ] if [ ! -d $PKI ]
then then
echo the $PKI directory is missing, it is usually echo the $PKI directory is missing, it is usually