typo: really install mo files
This commit is contained in:
parent
bc26593974
commit
1c6c15f1c0
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ install:
|
||||||
if test ! -d $${dir}; then\
|
if test ! -d $${dir}; then\
|
||||||
install -m 755 -d $${dir};\
|
install -m 755 -d $${dir};\
|
||||||
fi;\
|
fi;\
|
||||||
echo install -m 644 $${l}.mo $${dir}/${NAME}.mo;\
|
install -m 644 $${l}.mo $${dir}/${NAME}.mo;\
|
||||||
done
|
done
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
Loading…
Add table
Reference in a new issue