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/; \