From: Miroslav Ondra Date: Thu, 22 Aug 2019 18:26:37 +0000 (+0200) Subject: fix debian/rules for binary-indep generation X-Git-Url: http://git.graph-it.com/?a=commitdiff_plain;h=eb759d9bb669f0ad5d896fcbd8592932f97eafb0;p=graphit%2Funipi-kernel.git fix debian/rules for binary-indep generation --- diff --git a/debian/rules b/debian/rules index fe53897..95e519c 100755 --- a/debian/rules +++ b/debian/rules @@ -103,6 +103,10 @@ override_dh_auto_install: dh_auto_install --destdir=debian/neuron-kernel -- CCPREFIX=${DEB_TARGET_GNU_TYPE}- \ LINUX_DIR_PATH=$(LINUX_DIR_PATH) ARCH=${DEB_TARGET_ARCH_CPU} endif +ifeq ($(shell dpkg-architecture -q DEB_HOST_ARCH),amd64) +override_dh_auto_install: + @echo skip install +endif #override_dh_gencontrol: