mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/linux-rpi-16k: typo in comment
This commit is contained in:
parent
572a85290e
commit
ba080163b1
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ _package() {
|
|||
sed "${_subst}" ../linux.preset |
|
||||
install -Dm644 /dev/stdin "${pkgdir}/etc/mkinitcpio.d/${pkgbase}.preset"
|
||||
|
||||
# rather than use another hook (90-linux.hook) rely on kmod's 90-mkinitcpio-install.hook
|
||||
# rather than use another hook (90-linux.hook) rely on mkinitcpio's 90-mkinitcpio-install.hook
|
||||
# which avoids a double run of mkinitcpio that can occur
|
||||
touch "${pkgdir}/usr/lib/modules/$(<version)/vmlinuz"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue