This commit is contained in:
Daniel Langbein 2021-04-23 10:58:54 +02:00
parent 66727bba75
commit 98d00abec1
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
_pkgname=grub
_reponame=arch-pkg
pkgname="de-p1st-$_pkgname"
pkgver=0.0.1
pkgver=0.0.2
pkgrel=1
pkgdesc="grub with configuration"
arch=('any')
@ -26,5 +26,5 @@ sha256sums=('SKIP')
package() {
cd "${_reponame}/pkg/${pkgname}"
install -Dm0644 40_custom "$pkgdir"/etc/grub.d/40_custom
install -Dm0755 -o0 40_efi_setup "$pkgdir"/etc/grub.d/40_efi_setup
}