Fix PKGBUILD errors
This commit is contained in:
parent
b7ccc3509a
commit
56e645d1d6
1 changed files with 2 additions and 1 deletions
3
PKGBUILD
3
PKGBUILD
|
@ -12,9 +12,10 @@ sha256sums=('SKIP')
|
|||
package()
|
||||
{
|
||||
# install the package files
|
||||
cp -a src/* "${pkgdir}"
|
||||
cp -a ${srcdir}/${pkgname}/src/usr ${pkgdir}
|
||||
|
||||
# mask the mkinitcpio hooks
|
||||
mkdir -p "${pkgdir}/etc/pacman.d/hooks"
|
||||
touch "${pkgdir}/etc/pacman.d/hooks/90-mkinitcpio-install.hook"
|
||||
touch "${pkgdir}/etc/pacman.d/hooks/60-mkinitcpio-remove.hook"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue