linux-ayn-odin: install modules to /usr
Signed-off-by: Stefan Hansson <newbyte@postmarketos.org> Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8792>
This commit is contained in:
parent
5b7e436713
commit
cb29939029
1 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ maintainer="Stefan Hansson <newbyte@postmarketos.org>"
|
|||
_flavor="ayn-odin"
|
||||
pkgname=linux-$_flavor
|
||||
pkgver=6.7.0
|
||||
pkgrel=9
|
||||
pkgrel=10
|
||||
pkgdesc="Mainline Kernel fork for AYN Odin"
|
||||
arch="aarch64"
|
||||
_carch="arm64"
|
||||
|
|
@ -72,7 +72,7 @@ package() {
|
|||
ARCH="$_carch" \
|
||||
LLVM=1 \
|
||||
INSTALL_PATH="$pkgdir"/boot/ \
|
||||
INSTALL_MOD_PATH="$pkgdir" \
|
||||
INSTALL_MOD_PATH="$pkgdir"/usr \
|
||||
INSTALL_MOD_STRIP=1 \
|
||||
INSTALL_DTBS_PATH="$pkgdir"/boot/dtbs-tmp
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue