core/linux-rpi to 6.1.35-2

Fix backup array
This commit is contained in:
graysky 2023-06-24 10:25:42 -04:00
parent 9e16392c32
commit 893b80d627

View file

@ -10,7 +10,7 @@ _srcname=linux-${_commit}
_kernelname=${pkgbase#linux}
_regen=
pkgver=6.1.35
pkgrel=1
pkgrel=2
pkgdesc='Linux'
url="http://www.kernel.org/"
arch=(armv7h aarch64)
@ -126,8 +126,8 @@ _package() {
)
install=${pkgname}.install
backup=(
boot/config.txt
boot/cmdline.txt
/boot/config.txt
/boot/cmdline.txt
)
cd "${srcdir}/${_srcname}"