From 1bee9e46da36206941b21d1d57883c92c8f3fc12 Mon Sep 17 00:00:00 2001 From: Arvin Schnell Date: Fri, 15 Oct 2021 18:08:28 +0200 Subject: [PATCH] - build for Ubuntu 21.10 --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 06703332..8a2574d7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,7 +28,8 @@ UBUNTU_FLAVOURS = \ xUbuntu_19.10 \ xUbuntu_20.04 \ xUbuntu_20.10 \ - xUbuntu_21.04 + xUbuntu_21.04 \ + xUbuntu_21.10 RASPBIAN_FLAVOURS = \ Raspbian_10 -- 2.47.3