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:
f4bb287
)
fix condition in debian/rules.arm64
author
Miroslav Ondra
<ondra@faster.cz>
Tue, 29 Sep 2020 13:10:41 +0000
(15:10 +0200)
committer
Miroslav Ondra
<ondra@faster.cz>
Tue, 29 Sep 2020 13:10:41 +0000
(15:10 +0200)
debian/rules.arm64
patch
|
blob
|
history
diff --git
a/debian/rules.arm64
b/debian/rules.arm64
index 75ff843201e6e2ac6e745301a84ce7433212acd9..19bb4c185b3e00dc078ea55d39fd7a7bda524b5b 100755
(executable)
--- a/
debian/rules.arm64
+++ b/
debian/rules.arm64
@@
-19,7
+19,7
@@
PLATFORM=$(shell echo $${PLATFORM:-axon})
CONTROL_INC=$(PLATFORM)
-if
n
eq ($(PLATFORM),axon)
+ifeq ($(PLATFORM),axon)
BINARY_PKG_NAME=unipi-kernel-modules
else
BINARY_PKG_NAME=$(PLATFORM)-unipi-kernel-modules