Skip to content
Snippets Groups Projects
Commit 751174bd authored by Seblu's avatar Seblu
Browse files

Add mkinitcpio as deps for kernel-install-compat

parent b32a8ec4
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ package_kernel-install-hook() {
package_kernel-install-compat() {
pkgdesc='override default kernel-install script to gen arch compatible kernel and initramfs'
depends=('kernel-install-hook')
depends=('mkinitcpio' 'kernel-install-hook')
# disable arch default
install -dm755 $_f "$pkgdir/etc/kernel/install.d"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment