Allow build for Focal
(cherry picked from commit e07297d3e613a90499a3468a8f95b576898b12e7)
This commit is contained in:
parent
5f8c52ea94
commit
2b32289ea4
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user