Fix build for trusty - locales-all not available

This commit is contained in:
unman 2017-02-07 22:31:16 +00:00
parent fb8c356216
commit 32dc1ad809
No known key found for this signature in database
GPG Key ID: FDD1B8244731B36C

View File

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