mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
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:
committed by
Daniel Veillard
parent
31a5ee922a
commit
0b907122b7
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user