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:
6159558
)
fix debian install dir for platforms
author
Miroslav Ondra
<ondra@faster.cz>
Sat, 26 Sep 2020 20:09:55 +0000
(22:09 +0200)
committer
Miroslav Ondra
<ondra@faster.cz>
Sat, 26 Sep 2020 20:09:55 +0000
(22:09 +0200)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 4580988cb8f98a6ffa702d01f38612e91dc223ba..7ddea1acb8c18970f041037fe1aa21af1fdd9811 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-119,7
+119,7
@@
endif
ifeq ($(shell dpkg-architecture -q DEB_HOST_ARCH),arm64)
override_dh_auto_install:
- dh_auto_install --destdir=debian/
unipi-kernel-modules
-- CCPREFIX=${DEB_TARGET_GNU_TYPE}- \
+ dh_auto_install --destdir=debian/
$(BINARY_PKG_NAME)
-- 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),armhf)