From 79d2ae762ec2a99682a2db65b65112c4d23a435c Mon Sep 17 00:00:00 2001 From: Miroslav Ondra Date: Sat, 26 Sep 2020 23:39:08 +0200 Subject: [PATCH] fix debian install dir for platforms --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index 7ddea1a..ba41805 100755 --- a/debian/rules +++ b/debian/rules @@ -29,6 +29,7 @@ else ifeq ($(shell dpkg-architecture -q DEB_HOST_ARCH),arm64) ifneq ($(PLATFORM),axon) CONTROL_INC=$(PLATFORM) + BINARY_PKG_NAME=$(PLATFORM)-unipi-kernel-modules endif endif endif -- 2.34.1