mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
core/linux-rpi: fix broken initramfs generation
This commit is contained in:
parent
1ebeef6165
commit
f522b486e5
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ _srcname=linux-${_commit}
|
|||
_kernelname=${pkgbase#linux}
|
||||
_regen=
|
||||
pkgver=6.1.27
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Linux'
|
||||
url="http://www.kernel.org/"
|
||||
arch=(armv7h aarch64)
|
||||
|
@ -162,7 +162,7 @@ _package() {
|
|||
# sed expression for following substitutions
|
||||
local _subst="
|
||||
s|%PKGBASE%|${pkgbase}|g
|
||||
s|%KERNVER%|${kernver}|g
|
||||
s|%KERNVER%|$(version)|g
|
||||
"
|
||||
|
||||
# install mkinitcpio preset file
|
||||
|
|
Loading…
Reference in a new issue