summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJack Chen2020-11-26 21:21:10 +0800
committerJack Chen2020-11-26 21:21:10 +0800
commit26008a3683a03af8f268f4026fb27636d0282bf7 (patch)
tree76b71b21eaa7ab65581eccdc88427e68710d3d45 /PKGBUILD
parent5f7ab4b3bb42b3dafe22463a05ef6b6101ee7b8a (diff)
downloadaur-26008a3683a03af8f268f4026fb27636d0282bf7.tar.gz
update PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 92f4a9ee1a9c..fd3b2445eb4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -52,7 +52,7 @@ package_linux-rockchip() {
ar x "linux-image-$_armbian-$pkgver.deb"
tar -xf data.tar.xz
- install -Dm755 "boot/vmlinuz-$_kernver" "$pkgdir/boot/zImage"
+ install -Dm644 "boot/vmlinuz-$_kernver" "$pkgdir/boot/zImage"
cp -r "boot/dtb-$_kernver" "$pkgdir/boot/dtbs"
install -dm755 "$pkgdir/usr"