summaryrefslogtreecommitdiff
path: root/libre/grub
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-10-14 09:58:29 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-10-14 09:58:29 -0300
commit0c1a35172ef70bf0de90f7a942611d9fbb46bff0 (patch)
treed07673c65935ba3b775f59261f3e82a8c44cce45 /libre/grub
parent36dd2c2fd417ecfd2b7b66eb6516e955528cc4f3 (diff)
grub: fix variables
Diffstat (limited to 'libre/grub')
-rw-r--r--libre/grub/PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/libre/grub/PKGBUILD b/libre/grub/PKGBUILD
index 18b88f5c1..54af43f31 100644
--- a/libre/grub/PKGBUILD
+++ b/libre/grub/PKGBUILD
@@ -1113,9 +1113,8 @@ package_grub() {
package_grub-am335x_bone() {
pkgdesc='GNU GRand Unified Bootloader (2) for BeagleBone and BeagleBone Black (am335x-bone), (Parabola rebranded)'
- provides+=('grub-uboot')
- conflicts+=('grub-uboot')
- replaces+=('grub-uboot')
+ provides+=('grub')
+ conflicts+=('grub')
cd "${srcdir}/grub-${_pkgver}-uboot_am335x-bone/"