summaryrefslogtreecommitdiffstats
path: root/rules/locales.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2017-05-26 17:40:26 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-05-30 08:13:27 +0200
commitc4eec845fbc37d7a093a19078e7695cc0e3d8f84 (patch)
tree359b10f2d7deeeaf5ab33341cdc451cca29b285d /rules/locales.make
parent43bcc572264d15bf9747e47a158418466e8c945c (diff)
downloadptxdist-c4eec845fbc37d7a093a19078e7695cc0e3d8f84.tar.gz
ptxdist-c4eec845fbc37d7a093a19078e7695cc0e3d8f84.tar.xz
locales: locale-archive should not be executable
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/locales.make')
-rw-r--r--rules/locales.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/locales.make b/rules/locales.make
index ce4955d8a..d84c0e5db 100644
--- a/rules/locales.make
+++ b/rules/locales.make
@@ -82,7 +82,7 @@ $(STATEDIR)/locales.targetinstall:
@$(call install_fixup, locales,AUTHOR,"Robert Schwebel <r.schwebel@pengutronix.de>")
@$(call install_fixup, locales,DESCRIPTION,missing)
- @$(call install_copy, locales, 0, 0, 0755, -, \
+ @$(call install_copy, locales, 0, 0, 0644, -, \
/usr/lib/locale/locale-archive, n)
@$(call install_finish, locales)