From 9df099cc0cc80e88cb52c6392a3d345f2cafba56 Mon Sep 17 00:00:00 2001 From: Stefan Hansson Date: Sun, 31 May 2026 13:11:45 +0200 Subject: [PATCH] linux-postmarketos-qcom-msm8226: install modules to /usr See https://gitlab.postmarketos.org/postmarketOS/pmaports/-/work_items/4354 Signed-off-by: Stefan Hansson Part-of: --- device/testing/linux-postmarketos-qcom-msm8226/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/device/testing/linux-postmarketos-qcom-msm8226/APKBUILD b/device/testing/linux-postmarketos-qcom-msm8226/APKBUILD index ed92179bb..145e58811 100644 --- a/device/testing/linux-postmarketos-qcom-msm8226/APKBUILD +++ b/device/testing/linux-postmarketos-qcom-msm8226/APKBUILD @@ -3,7 +3,7 @@ maintainer="Stefan Hansson " _flavor="postmarketos-qcom-msm8226" pkgname=linux-$_flavor pkgver=6.16.12 -pkgrel=1 +pkgrel=2 pkgdesc="Mainline Kernel fork for APQ8026/MSM8226/MSM8926 devices" arch="armv7" _carch="arm" @@ -55,7 +55,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 rm -f "$pkgdir"/lib/modules/*/build "$pkgdir"/lib/modules/*/source