mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
core/linux-rpi to 6.1.35-2
Fix backup array
This commit is contained in:
parent
9e16392c32
commit
893b80d627
1 changed files with 3 additions and 3 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue