Skip to content

Commit

Permalink
Merge remote-tracking branch 'qubesos/pr/71'
Browse files Browse the repository at this point in the history
* qubesos/pr/71:
  Fix Ubuntu template builds
  • Loading branch information
marmarek committed Nov 14, 2017
2 parents 54867b6 + 80b5c94 commit 589c32b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile.builder
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ 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:
if [ $(DISTRIBUTION) == qubuntu ] ; then \
sed -i /avahi-daemon.service.d/d $(CHROOT_DIR)/$(DIST_SRC)/debian/qubes-core-agent.install ;\
sed -i /exim4.service.d/d $(CHROOT_DIR)/$(DIST_SRC)/debian/qubes-core-agent.install ;\
sed -i /netfilter-persistent.service.d/d $(CHROOT_DIR)/$(DIST_SRC)/debian/qubes-core-agent.install ;\
fi
if [ $(DIST) == trusty ] ; then \
sed -i /locales-all/d $(CHROOT_DIR)/$(DIST_SRC)/debian/control ;\
fi
Expand Down

0 comments on commit 589c32b

Please sign in to comment.