mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 11:35:19 +00: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:
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
|
||||||
|
Loading…
Reference in New Issue
Block a user