git.graph-it.com
/
graphit
/
unipi-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7706c96
)
fix debian install dir for platforms
author
Miroslav Ondra
<ondra@faster.cz>
Sat, 26 Sep 2020 21:39:08 +0000
(23:39 +0200)
committer
Miroslav Ondra
<ondra@faster.cz>
Sat, 26 Sep 2020 21:39:08 +0000
(23:39 +0200)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 7ddea1acb8c18970f041037fe1aa21af1fdd9811..ba41805b8e11ae69a3a06941ec0e8791f06c3b5d 100755
(executable)
--- 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