Skip to content
Snippets Groups Projects
Commit 1c6c15f1 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

typo: really install mo files

parent bc265939
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment