typo: really install mo files

This commit is contained in:
Yann Leboulanger 2006-06-15 07:04:08 +00:00
parent bc26593974
commit 1c6c15f1c0
1 changed files with 1 additions and 1 deletions

View File

@ -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: