mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
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:
parent
cac0857a79
commit
0feec60992
1 changed files with 1 additions and 2 deletions
|
@ -9,7 +9,7 @@ _srcname=linux-6.10
|
||||||
_kernelname=${pkgbase#linux}
|
_kernelname=${pkgbase#linux}
|
||||||
_desc="AArch64 multi-platform"
|
_desc="AArch64 multi-platform"
|
||||||
pkgver=6.10.5
|
pkgver=6.10.5
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
arch=('aarch64')
|
arch=('aarch64')
|
||||||
url="http://www.kernel.org/"
|
url="http://www.kernel.org/"
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
|
@ -76,7 +76,6 @@ _package() {
|
||||||
optdepends=('wireless-regdb: to set the correct wireless channels of your country')
|
optdepends=('wireless-regdb: to set the correct wireless channels of your country')
|
||||||
provides=("linux=${pkgver}" "KSMBD-MODULE" "WIREGUARD-MODULE")
|
provides=("linux=${pkgver}" "KSMBD-MODULE" "WIREGUARD-MODULE")
|
||||||
conflicts=('linux')
|
conflicts=('linux')
|
||||||
backup=("etc/mkinitcpio.d/${pkgbase}.preset")
|
|
||||||
install=${pkgname}.install
|
install=${pkgname}.install
|
||||||
|
|
||||||
cd $_srcname
|
cd $_srcname
|
||||||
|
|
Loading…
Reference in a new issue