summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@parabola.nu>2024-01-13 19:07:40 -0700
committerLuke T. Shumaker <lukeshu@parabola.nu>2024-01-13 19:07:53 -0700
commit3bebbe97a48eac34e4a215fdc20d31e2d6c30fb6 (patch)
tree3ed26ffb416d4d2eeacf47103b6a75b8a4e686d1
parent181661ec837b2bd074c8801959a82c94a4a912e9 (diff)
libre/grub: Fix a typo
This caused the device-specific arm-uboot packages to include debug information that we try to remove.
-rw-r--r--libre/grub/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/grub/PKGBUILD b/libre/grub/PKGBUILD
index 56dcde487..5491fb630 100644
--- a/libre/grub/PKGBUILD
+++ b/libre/grub/PKGBUILD
@@ -525,7 +525,7 @@ _package_grub-uboot-dev() {
echo "Patch to detect $devname device tree blob file (dtb)..."
patch -Np1 -i "${srcdir}/1000-${pkgname#grub-}--10_linux-20_linux_xen-detect-devicetree-file.patch"
- _package_grub "uboot_$devname" "$devdesc" 'arm' 'uboot'
+ _package_grub "uboot_$devname" "$devdesc" 'arm-uboot'
echo 'Install /etc/default/grub (used by grub-mkconfig)...'
install -D -m0644 "${srcdir}/grub.default" "${pkgdir}/etc/default/grub"