Fix missing directory in PKGBUILD
This commit is contained in:
parent
3ac2972072
commit
72ba89c25e
1 changed files with 2 additions and 1 deletions
3
PKGBUILD
3
PKGBUILD
|
@ -15,8 +15,9 @@ package()
|
|||
cp -a ${srcdir}/${pkgname}/src/usr ${pkgdir}
|
||||
|
||||
# mask the default loaderentry creator
|
||||
mkdir -p "${pkgdir}/etc/kernel/install.d"
|
||||
touch "${pkgdir}/etc/kernel/install.d/90-loaderentry.install"
|
||||
|
||||
|
||||
# mask the mkinitcpio hooks
|
||||
mkdir -p "${pkgdir}/etc/pacman.d/hooks"
|
||||
touch "${pkgdir}/etc/pacman.d/hooks/90-mkinitcpio-install.hook"
|
||||
|
|
Loading…
Add table
Reference in a new issue