diff options
Diffstat (limited to 'libre')
-rw-r--r-- | libre/grub/PKGBUILD | 4 | ||||
-rw-r--r-- | libre/grub/install-grub | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/libre/grub/PKGBUILD b/libre/grub/PKGBUILD index edfc08601..7b9198d8d 100644 --- a/libre/grub/PKGBUILD +++ b/libre/grub/PKGBUILD @@ -5,7 +5,7 @@ pkgname=grub pkgver=0.97 -pkgrel=21.2 +pkgrel=21.3 pkgdesc="A GNU multiboot boot loader (Parabola rebranded)" arch=('i686' 'x86_64') license=('GPL') @@ -29,7 +29,7 @@ backup=('boot/grub/menu.lst') install=grub.install sha1sums=('2580626c4579bd99336d3af4482c346c95dac4fb' 'e13bf0f91510fd6bb9451e6eb1b2a6e4a03e8b5f' - '400a49c8447e2b41fefa1ddf66d0742951df5704' + '3e23bfee50285c8c7b9ef9ec07964310278b1e09' '157b81dbad3576536b08642242accfa1aeb093a9' 'adbb4685c98797ffb4dc83561ec75698991dddbd' 'f2e0dff29a7c8a45e90aa07298a1b2a9a9d29afc' diff --git a/libre/grub/install-grub b/libre/grub/install-grub index f719e8d32..affc9c38a 100644 --- a/libre/grub/install-grub +++ b/libre/grub/install-grub @@ -155,7 +155,7 @@ dogrub() { fi echo "Installing the GRUB bootloader..." - cp -a /usr/share/grub/* /boot/grub/ + cp -a /usr/lib/grub/i386-pc/* /boot/grub/ sync # freeze xfs filesystems to enable grub installation on xfs filesystems |