typo: really install mo files
This commit is contained in:
parent
bc26593974
commit
1c6c15f1c0
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue