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:
Rudraksha Gupta 2026-05-19 00:42:53 -07:00 committed by The Friendly Meow (merge) Bot
parent 72a0c1bcdf
commit 9cb4e481ab
No known key found for this signature in database

View file

@ -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