fix debian install dir for platforms
authorMiroslav Ondra <ondra@faster.cz>
Sat, 26 Sep 2020 21:39:08 +0000 (23:39 +0200)
committerMiroslav Ondra <ondra@faster.cz>
Sat, 26 Sep 2020 21:39:08 +0000 (23:39 +0200)
debian/rules

index 7ddea1acb8c18970f041037fe1aa21af1fdd9811..ba41805b8e11ae69a3a06941ec0e8791f06c3b5d 100755 (executable)
@@ -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