From 1c6c15f1c0822b27ac08f6fe1d45315feca3d7f6 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Thu, 15 Jun 2006 07:04:08 +0000 Subject: [PATCH] typo: really install mo files --- po/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: