linux-pine64-pinephonepro: fix lint error
Satisfy the following lint error: ERROR: Please set INSTALL_MOD_PATH to '"$pkgdir"/usr'. Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8475>
This commit is contained in:
parent
72a0c1bcdf
commit
9cb4e481ab
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ package() {
|
|||
make zinstall modules_install dtbs_install \
|
||||
ARCH="$_carch" \
|
||||
LLVM=1 \
|
||||
INSTALL_MOD_PATH="$pkgdir" \
|
||||
INSTALL_MOD_PATH="$pkgdir"/usr \
|
||||
INSTALL_MOD_STRIP=1 \
|
||||
INSTALL_PATH="$pkgdir"/boot \
|
||||
INSTALL_DTBS_PATH="$pkgdir"/boot/dtbs-$_flavor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue