]> xenbits.xensource.com Git - libvirt.git/commitdiff
virt-pki-validate contains unexpanded SYSCONFDIR variable
authorDoug Goldstein <cardoe@gentoo.org>
Thu, 4 Feb 2010 15:47:29 +0000 (16:47 +0100)
committerDaniel Veillard <veillard@redhat.com>
Thu, 4 Feb 2010 15:47:29 +0000 (16:47 +0100)
* tools/virt-pki-validate.in: use an automake variable instead of a
  shell variable so the resulting shell actually work

tools/virt-pki-validate.in

index a428a9647461207aa00c306d43884e6f7d8c3975..3e8c64282986f0e98411101d98545b2fba69f181 100755 (executable)
@@ -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