From 2b32289ea4ee7190dfa980035648cbb32851945c Mon Sep 17 00:00:00 2001 From: unman Date: Fri, 2 Oct 2020 02:44:07 +0000 Subject: [PATCH] Allow build for Focal (cherry picked from commit e07297d3e613a90499a3468a8f95b576898b12e7) --- Makefile.builder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.builder b/Makefile.builder index 66e6d6d..10d17d7 100644 --- a/Makefile.builder +++ b/Makefile.builder @@ -15,7 +15,7 @@ ifneq ($(filter $(DIST), jessie stretch),) source-debian-quilt-copy-in: series_ext = -$(DIST) endif source-debian-quilt-copy-in: - if [ $(DIST) == bionic ] ; then \ + if [[ $(DIST) == bionic || $(DIST) == focal ]] ; then \ sed -i /initscripts/d $(CHROOT_DIR)/$(DIST_SRC)/debian/control ;\ fi -$(shell $(ORIG_SRC)/debian-quilt $(ORIG_SRC)/series-debian$(series_ext)-vm.conf $(CHROOT_DIR)/$(DIST_SRC)/debian/patches)