[packages/e2fsprogs] correct gettext workaround sanity check
atler
atler at pld-linux.org
Sun Jul 13 00:12:25 CEST 2025
commit 5f704546be87544f2fa116e4a63e7a7a5c81cc7d
Author: Jan Palus <atler at pld-linux.org>
Date: Sun Jul 13 00:11:10 2025 +0200
correct gettext workaround sanity check
e2fsprogs.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/e2fsprogs.spec b/e2fsprogs.spec
index bc0e728..59659d7 100644
--- a/e2fsprogs.spec
+++ b/e2fsprogs.spec
@@ -646,7 +646,7 @@ na potrzeby initrd.
%patch -P1 -p1
%patch -P2 -p1
-grep -q AM_GNU_GETTEXT configure.ac && ! grep -q AM_GNU_GETTEXT acinclude.m4
+grep -q AM_GNU_GETTEXT configure.ac && ! grep -q AM_GNU_GETTEXT acinclude.m4 || exit 1
%if %{_ver_ge %{gettext_ver} 0.24.1}
cat /usr/share/gettext/m4/*.m4 >> acinclude.m4
%endif
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/e2fsprogs.git/commitdiff/5f704546be87544f2fa116e4a63e7a7a5c81cc7d
More information about the pld-cvs-commit
mailing list