From d15d9eda2e632a333b38ae57e0c325a02f7268b1 Mon Sep 17 00:00:00 2001 From: Marco Yuen Date: Wed, 25 Jan 2012 16:30:33 -0500 Subject: [PATCH] Missing the escape character. --- planetlab.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/planetlab.mk b/planetlab.mk index a9c4c357..367db17a 100644 --- a/planetlab.mk +++ b/planetlab.mk @@ -197,7 +197,7 @@ libvirt-RPMFLAGS := --without storage-disk --without storage-iscsi --without sto --without polkit --without sasl --without audit --with capng --with udev \ --without netcf --without avahi --without sanlock \ --without xen --without qemu --without hyperv --without phyp --without esx \ - --without libxl + --without libxl \ --define 'packager PlanetLab' ALL += libvirt IN_NODEREPO += libvirt -- 2.43.0