mirror of https://gitee.com/openkylin/libvirt.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
This commit is contained in:
parent
31a5ee922a
commit
0b907122b7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue