Browse Source

Allow build for Focal

(cherry picked from commit e07297d3e613a90499a3468a8f95b576898b12e7)
unman 3 years ago
parent
commit
2b32289ea4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile.builder

+ 1 - 1
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)