From 385c5c22a2a710ea7e815bd6f9a4dc30814464d5 Mon Sep 17 00:00:00 2001 From: parmentelat Date: Sun, 9 Dec 2018 18:36:11 +0100 Subject: [PATCH] fixing commit b04553ca, that was meant to be only about f29 --- lxc.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxc.mk b/lxc.mk index 7786dfc6..2a685180 100644 --- a/lxc.mk +++ b/lxc.mk @@ -275,7 +275,7 @@ ALL += bind_public # in fedora 29, this triggers nasty-looking compile messages # not trying too hard, we're mostly after the server-side of f29 -ifneq "$(DISTRONAME)" "$(filter $(DISTRONAME),f23 f24 f25 f27 f29)" +ifneq "$(DISTRONAME)" "$(filter $(DISTRONAME), f29)" # # sliver-openvswitch # -- 2.43.0