From: Thierry Parmentelat Date: Sat, 20 Jun 2015 15:31:50 +0000 (+0200) Subject: oops - wrong test X-Git-Tag: 5.3.9~15 X-Git-Url: http://git.onelab.eu/?p=build.git;a=commitdiff_plain;h=1158fbed238686916421c3ad7f0f727d2fcd4c68 oops - wrong test --- diff --git a/lxc.mk b/lxc.mk index 621faca2..fbd1a7ab 100644 --- a/lxc.mk +++ b/lxc.mk @@ -136,7 +136,7 @@ endif #################### libvirt version selection # use fedora's libvirt starting with f22 -ifneq "$(DISTRONAME)" "$(filter $(DISTRONAME),f18 f20 f21)" +ifeq "$(DISTRONAME)" "$(filter $(DISTRONAME),f18 f20 f21)" local_libvirt=true endif