mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
core/linux-raspberrypi to 5.10.63-13
This commit is contained in:
parent
65cfc14559
commit
74d342b633
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue