[packages/grub2] fix setting AWK with new %configure

atler atler at pld-linux.org
Sat Mar 29 20:01:51 CET 2025


commit 6afeef1b1ffc6aca0d923b5eb5618e792431ec9b
Author: Jan Palus <atler at pld-linux.org>
Date:   Sat Mar 29 19:36:43 2025 +0100

    fix setting AWK with new %configure

 grub2.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/grub2.spec b/grub2.spec
index 140a3ff..8f3f6eb 100644
--- a/grub2.spec
+++ b/grub2.spec
@@ -576,8 +576,8 @@ for platform in %{platforms} ; do
 
 	ln -f -s ../configure .
 	# mawk stalls at ./genmoddep.awk, so force gawk
-	AWK=gawk \
 	%configure \
+		AWK=gawk \
 		PYTHON="%{__python3}" \
 		--with-platform=${platform} \
 		--disable-werror \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/grub2.git/commitdiff/e37681004efbbc944ad346089e46a9ee7a53e316



More information about the pld-cvs-commit mailing list