From 32dc1ad8096981d3fb1df335775d61f2f3473a31 Mon Sep 17 00:00:00 2001 From: unman Date: Tue, 7 Feb 2017 22:31:16 +0000 Subject: [PATCH] Fix build for trusty - locales-all not available --- Makefile.builder | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.builder b/Makefile.builder index 9324e0d..54db8c2 100644 --- a/Makefile.builder +++ b/Makefile.builder @@ -10,6 +10,10 @@ ifeq ($(PACKAGE_SET),vm) ARCH_BUILD_DIRS := archlinux endif +ifeq ($(DIST),trusty) + $(shell sed -i /locales-all,/d $(CHROOT_DIR)/$(DIST_SRC)/debian/control) +endif + source-debian-quilt-copy-in: VERSION = $(shell cat $(ORIG_SRC)/version) source-debian-quilt-copy-in: ORIG_FILE = "$(CHROOT_DIR)/$(DIST_SRC)/../qubes-core-agent_$(VERSION).orig.tar.gz" source-debian-quilt-copy-in: