diff --git a/po/Makefile b/po/Makefile index 1296dd990..bd75d13d1 100644 --- a/po/Makefile +++ b/po/Makefile @@ -59,7 +59,7 @@ install: if test ! -d $${dir}; then\ install -m 755 -d $${dir};\ fi;\ - echo install -m 644 $${l}.mo $${dir}/${NAME}.mo;\ + install -m 644 $${l}.mo $${dir}/${NAME}.mo;\ done clean: