summaryrefslogtreecommitdiff
path: root/locale/Makefile
diff options
context:
space:
mode:
authorMichael R Sweet <michaelrsweet@gmail.com>2018-01-17 15:26:04 -0500
committerMichael R Sweet <michaelrsweet@gmail.com>2018-01-17 15:26:04 -0500
commit7b98191acd56f7fe4c066544549610eed0e3ea07 (patch)
tree75bbc954c86f2998980735c272f3167a1e0bb0db /locale/Makefile
parentf61dfc0df431be66018292336eacf7129e5315d5 (diff)
downloadcups-7b98191acd56f7fe4c066544549610eed0e3ea07.tar.gz
Fix installation permissions of "en" locale dir.v2.3b2
Diffstat (limited to 'locale/Makefile')
-rw-r--r--locale/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/Makefile b/locale/Makefile
index 1a8e9a9cf..d56c6f148 100644
--- a/locale/Makefile
+++ b/locale/Makefile
@@ -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