mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/linux-rpi: typo in comment
This commit is contained in:
parent
ba080163b1
commit
4201e7ba69
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue