Allow build for Focal

(cherry picked from commit e07297d3e613a90499a3468a8f95b576898b12e7)
This commit is contained in:
unman 2020-10-02 02:44:07 +00:00 committed by Marek Marczykowski-Górecki
parent 5f8c52ea94
commit 2b32289ea4
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -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)