summaryrefslogtreecommitdiffstats
path: root/rules/heirloom-mailx.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2017-05-26 17:56:45 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-05-30 08:13:27 +0200
commitfc80d45fd91d6c18cec146a99a6e1413d4668947 (patch)
treea498fcdd7632c475dfccc9de6c2d7e914aa69328 /rules/heirloom-mailx.make
parent15e4d12e797d53c055d7eabe108fee272f3e1400 (diff)
downloadptxdist-fc80d45fd91d6c18cec146a99a6e1413d4668947.tar.gz
ptxdist-fc80d45fd91d6c18cec146a99a6e1413d4668947.tar.xz
heirloom-mailx: /etc/nail.rc should not be executable
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/heirloom-mailx.make')
-rw-r--r--rules/heirloom-mailx.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/heirloom-mailx.make b/rules/heirloom-mailx.make
index 761630583..a892dddba 100644
--- a/rules/heirloom-mailx.make
+++ b/rules/heirloom-mailx.make
@@ -69,7 +69,7 @@ $(STATEDIR)/heirloom-mailx.targetinstall:
@$(call install_fixup, heirloom-mailx,DESCRIPTION,missing)
@$(call install_copy, heirloom-mailx, 0, 0, 0755, -, /usr/bin/mailx)
- @$(call install_alternative, heirloom-mailx, 0, 0, 0755, /etc/nail.rc)
+ @$(call install_alternative, heirloom-mailx, 0, 0, 0644, /etc/nail.rc)
@$(call install_finish, heirloom-mailx)