summaryrefslogtreecommitdiff
path: root/libre/grub
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@parabola.nu>2024-01-07 17:29:18 -0700
committerLuke T. Shumaker <lukeshu@parabola.nu>2024-01-07 20:18:29 -0700
commite0965ffc0a1decc8f779a0a9f3ddf3edc0bcdd95 (patch)
tree0ca90fc1dd3f19ba6cb04d454ab1c8ca468a47fa /libre/grub
parent9d06ef07c8b978ba786b1b9d384d541da027db0c (diff)
libre/grub: don't run linguas.sh
Diffstat (limited to 'libre/grub')
-rw-r--r--libre/grub/PKGBUILD11
1 files changed, 9 insertions, 2 deletions
diff --git a/libre/grub/PKGBUILD b/libre/grub/PKGBUILD
index 829cd73f8..80c157ce8 100644
--- a/libre/grub/PKGBUILD
+++ b/libre/grub/PKGBUILD
@@ -223,8 +223,15 @@ prepare() {
echo "Fix mkinitcpio 'rw' FS#36275..."
sed 's| ro | rw |g' -i "util/grub.d/10_linux.in"
- echo "Pull in latest language files..."
- ./linguas.sh
+ # linguas.sh rsync's from translationproject.org; this will
+ # fail with libremakepkg because networking is turned off.
+ # And we can't "optimistically" run it, because it doesn't do
+ # error-handling and will delete files that we need. If
+ # pulling in updated translations is important, then it needs
+ # to be done prior to prepare().
+ #
+ #echo "Pull in latest language files..."
+ #./linguas.sh
echo "Avoid problem with unifont during compile of grub..."
# http://savannah.gnu.org/bugs/?40330 and https://bugs.archlinux.org/task/37847