diff options
| author | Victor Kareh <[email protected]> | 2026-01-30 12:16:00 -0500 |
|---|---|---|
| committer | Victor Kareh <[email protected]> | 2026-01-30 12:16:00 -0500 |
| commit | e684e7ce34940e569ccf2697ec90771431426544 (patch) | |
| tree | 2ad341d0bff673cbd039814749e79fa353f06ab7 /.github | |
| parent | ac13fa1362e4fa5ac610118cb7d67e3abbbf262b (diff) | |
| download | mate-utils-gh-actions.tar.bz2 mate-utils-gh-actions.tar.xz | |
ci: disable pt language for help in search tool in Fedora buildgh-actions
Diffstat (limited to '.github')
| -rwxr-xr-x | .github/workflows/builds.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/builds.sh b/.github/workflows/builds.sh index b192d971..11c063b4 100755 --- a/.github/workflows/builds.sh +++ b/.github/workflows/builds.sh @@ -14,6 +14,14 @@ infoend() { } if [ -f autogen.sh ]; then + if [ "$DISTRO" = "fedora" ]; then + # disable pt language for help in search tool + # See: https://github.com/itstool/itstool/issues/36 + infobegin "Apply Portuguese gsearchtool help workaround" + sed -i 's/^IGNORE_HELP_LINGUAS =.*$/IGNORE_HELP_LINGUAS = pt/' gsearchtool/help/Makefile.am + infoend + fi + infobegin "Configure (autotools)" NOCONFIGURE=1 ./autogen.sh ./configure --prefix=/usr --enable-compile-warnings=maximum || { |
