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)