From 79e3cfff7922eb850da7275c2ee7896858a0f0ee Mon Sep 17 00:00:00 2001 From: unman Date: Thu, 1 Feb 2018 19:42:40 +0000 Subject: [PATCH] Configure for build of artful templates, and remove zesty. --- Makefile.builder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.builder b/Makefile.builder index d202433..98b6b9a 100644 --- a/Makefile.builder +++ b/Makefile.builder @@ -16,7 +16,7 @@ source-debian-quilt-copy-in: if [ $(DIST) == trusty ] ; then \ sed -i /locales-all/d $(CHROOT_DIR)/$(DIST_SRC)/debian/control ;\ fi - if [ $(DIST) == zesty ] ; then \ + if [ $(DIST) == artful ] ; then \ sed -i /initscripts/d $(CHROOT_DIR)/$(DIST_SRC)/debian/control ;\ fi -$(shell $(ORIG_SRC)/debian-quilt $(ORIG_SRC)/series-debian-vm.conf $(CHROOT_DIR)/$(DIST_SRC)/debian/patches)