core/linux-raspberrypi to 5.10.63-13

This commit is contained in:
graysky 2021-09-29 03:29:55 -04:00
parent 65cfc14559
commit 74d342b633

View file

@ -11,7 +11,7 @@ _srcname=linux-${_commit}
_kernelname=${pkgbase#linux}
_desc="Raspberry Pi 2"
pkgver=5.10.63
pkgrel=12
pkgrel=13
arch=('armv6h' 'armv7h')
url="http://www.kernel.org/"
license=('GPL2')
@ -190,7 +190,9 @@ _package-headers() {
find -L "${_builddir}" -type l -printf 'Removing %P\n' -delete
# Fix permissions
chmod -R u=rwX,go=rX "${_builddir}"
if ! chmod -R u=rwX,go=rX "${_builddir}"; then
true
fi
# strip scripts directory
local _binary _strip