Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

Commit 7b98191

Browse files
author
Michael R Sweet
committed
Fix installation permissions of "en" locale dir.
1 parent f61dfc0 commit 7b98191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

locale/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ install-languages:
7272
$(INSTALL_DATA) cups_$$loc.po $(LOCALEDIR)/$$loc/cups_$$loc.po ; \
7373
fi ; \
7474
done
75-
$(INSTALL_DIR) -m 7555 $(LOCALEDIR)/en
75+
$(INSTALL_DIR) -m 755 $(LOCALEDIR)/en
7676
$(INSTALL_DATA) cups.pot $(LOCALEDIR)/en/cups_en.po
7777

7878
install-langbundle: po2strings

0 commit comments

Comments
 (0)