aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-12-24 09:35:10 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-12-24 12:16:49 +0100
commit83c48ef4787f5c5c61f561e3332195853dc7e30d (patch)
treee27328fc53f52bc92d4235b61f5b896aec788ef0 /main
parenta623ef98fbd8aba07ef277bec890ebb5b07c8b09 (diff)
downloadaports-83c48ef4787f5c5c61f561e3332195853dc7e30d.tar.bz2
aports-83c48ef4787f5c5c61f561e3332195853dc7e30d.tar.xz
main/linux-rpi: fix dtbs location
fixes #11056
Diffstat (limited to 'main')
-rw-r--r--main/linux-rpi/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/linux-rpi/APKBUILD b/main/linux-rpi/APKBUILD
index f6710b7960..309166c73b 100644
--- a/main/linux-rpi/APKBUILD
+++ b/main/linux-rpi/APKBUILD
@@ -6,7 +6,7 @@ case $pkgver in
*.*.*) _kernver=${pkgver%.*};;
*.*) _kernver=${pkgver};;
esac
-pkgrel=0
+pkgrel=1
pkgdesc="Linux kernel with Raspberry Pi patches"
url=https://github.com/raspberrypi/linux
depends="mkinitfs"
@@ -196,7 +196,7 @@ _package() {
# around it by backing it up and restore it after modules_install
cp Module.symvers Module.symvers.backup
- local INSTALL_DTBS_PATH="$_outdir"/usr/lib/linux-${_abi_release}
+ local INSTALL_DTBS_PATH="$_outdir"/boot/dtbs-$_buildflavor
make -j1 modules_install $_install \
ARCH="$_carch" \
INSTALL_MOD_PATH="$_outdir" \