From 477ab922ab917c2ee46ff1229f57bb59caea55f6 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Mon, 22 Dec 2025 19:07:58 -0600 Subject: [PATCH] fix (Makefile): grammar --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 01aced9..365f36b 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ all: buildmo buildmo: @echo "Building the mo files" - # WARNING: the second sed below will only works correctly with the languages that don't contain "-" + # WARNING: the second sed below will only work correctly with the languages that don't contain "-" for file in `ls po/*.po`; do \ lang=`echo $$file | sed 's@po/@@' | sed 's/\.po//' | sed 's/webapp-manager-//'`; \ install -d usr/share/locale/$$lang/LC_MESSAGES/; \