Skip to content

Commit

Permalink
Fix installation permissions of "en" locale dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael R Sweet committed Jan 17, 2018
1 parent f61dfc0 commit 7b98191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locale/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ install-languages:
$(INSTALL_DATA) cups_$$loc.po $(LOCALEDIR)/$$loc/cups_$$loc.po ; \
fi ; \
done
$(INSTALL_DIR) -m 7555 $(LOCALEDIR)/en
$(INSTALL_DIR) -m 755 $(LOCALEDIR)/en
$(INSTALL_DATA) cups.pot $(LOCALEDIR)/en/cups_en.po

install-langbundle: po2strings
Expand Down

0 comments on commit 7b98191

Please sign in to comment.