Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / 
grep


Commits:
29d2e108 by Christian Hesse at 2026-01-15T14:11:43+01:00
skip the po download with argument to bootstrap script

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -24,11 +24,6 @@ 
sha256sums=('9543190d9ca2201ea46fddaeb39031a0acde1f6aa4351a72f33ef3455e6dd41e'
 prepare() {
   cd "${pkgname}"
 
-  # Skip downloading unstable po files in bootstrap scripts to avoid 
non-deterministic builds
-  export SKIP_PO="1"
-  # The $SKIP_PO environment variable is only honored by the gnulib submodule 
if using its "sh" implementation
-  export GNULIB_TOOL_IMPL="sh"
-
   git submodule init
   git config submodule.gnulib.url "${srcdir}/gnulib"
   git -c protocol.file.allow=always submodule update
@@ -36,7 +31,8 @@ prepare() {
   git cherry-pick -n \
     '2e19d07ef1c08c3ce4771bb1bfee1ae6541f1c0d'
 
-  ./bootstrap
+  ./bootstrap \
+    --skip-po
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/grep/-/commit/29d2e1085e3c69ded524b8fae3b436f10f801ed0

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/grep/-/commit/29d2e1085e3c69ded524b8fae3b436f10f801ed0
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to