core/linux-aarch64 to 6.10.5-3

Remove etc/mkinitcpio.d/${pkgbase}.preset from backup array
since having it there will cause breakage of mkinitcpio if
the user modified the preset.  This is due to our hard-coding
the kernel version in the file.
This commit is contained in:
graysky 2024-08-15 17:17:26 -04:00
parent cac0857a79
commit 0feec60992

View file

@ -9,7 +9,7 @@ _srcname=linux-6.10
_kernelname=${pkgbase#linux}
_desc="AArch64 multi-platform"
pkgver=6.10.5
pkgrel=2
pkgrel=3
arch=('aarch64')
url="http://www.kernel.org/"
license=('GPL2')
@ -76,7 +76,6 @@ _package() {
optdepends=('wireless-regdb: to set the correct wireless channels of your country')
provides=("linux=${pkgver}" "KSMBD-MODULE" "WIREGUARD-MODULE")
conflicts=('linux')
backup=("etc/mkinitcpio.d/${pkgbase}.preset")
install=${pkgname}.install
cd $_srcname