mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +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}
|
_kernelname=${pkgbase#linux}
|
||||||
_regen=
|
_regen=
|
||||||
pkgver=6.1.35
|
pkgver=6.1.35
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc='Linux'
|
pkgdesc='Linux'
|
||||||
url="http://www.kernel.org/"
|
url="http://www.kernel.org/"
|
||||||
arch=(armv7h aarch64)
|
arch=(armv7h aarch64)
|
||||||
|
@ -126,8 +126,8 @@ _package() {
|
||||||
)
|
)
|
||||||
install=${pkgname}.install
|
install=${pkgname}.install
|
||||||
backup=(
|
backup=(
|
||||||
boot/config.txt
|
/boot/config.txt
|
||||||
boot/cmdline.txt
|
/boot/cmdline.txt
|
||||||
)
|
)
|
||||||
|
|
||||||
cd "${srcdir}/${_srcname}"
|
cd "${srcdir}/${_srcname}"
|
||||||
|
|
Loading…
Reference in a new issue