linux-htc-flounder: install modules to /usr

CI flags INSTALL_MOD_PATH="$pkgdir" on changed packages since the
/usr merge; suggested by @Newbyte in !8796 review.

Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8796>
This commit is contained in:
Szymon Graczyk 2026-06-12 09:34:18 +02:00 committed by The Friendly Meow (merge) Bot
parent 5f91ac5670
commit 07376edcef
No known key found for this signature in database

View file

@ -57,7 +57,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"
}