core/linux-rpi: typo in comment

This commit is contained in:
graysky 2024-01-15 16:10:06 -05:00
parent ba080163b1
commit 4201e7ba69

View file

@ -159,7 +159,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"
}