diff --git a/po/Makefile b/po/Makefile index aaa9f32..b3d5ef0 100644 --- a/po/Makefile +++ b/po/Makefile @@ -37,7 +37,7 @@ update-po: ${PROJECT}.pot install: ${MOS} $(ECHO) installing translations $(QUIET)set -e && for f in $^ ; do \ - mkdir -p $(DESTDIR)$(LOCALEDIR)/`dirname $$f`; \ + mkdir -p -m 755 $(DESTDIR)$(LOCALEDIR)/`dirname $$f`; \ install -m 644 $$f $(DESTDIR)$(LOCALEDIR)/`dirname $$f` ; \ done