summaryrefslogtreecommitdiffstats
path: root/rules/smtpclient.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2005-04-26 09:13:34 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2005-04-26 09:13:34 +0000
commit382df52091c8e3df46ec9896f9ebe92d96fc9dc3 (patch)
tree156432029b4c7cb7f00e81d626b6ccbf351edd1a /rules/smtpclient.make
parentba70e341efa8b10ca4f5d5f21f3817964cff08f0 (diff)
downloadptxdist-382df52091c8e3df46ec9896f9ebe92d96fc9dc3.tar.gz
ptxdist-382df52091c8e3df46ec9896f9ebe92d96fc9dc3.tar.xz
fixed permissions; patch by Ladislav Michl
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@2517 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/smtpclient.make')
-rw-r--r--rules/smtpclient.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/smtpclient.make b/rules/smtpclient.make
index 12ac7b563..bd595e85b 100644
--- a/rules/smtpclient.make
+++ b/rules/smtpclient.make
@@ -133,7 +133,7 @@ $(STATEDIR)/smtpclient.targetinstall: $(smtpclient_targetinstall_deps)
@$(call install_fixup,DEPENDS,libc)
@$(call install_fixup,DESCRIPTION,missing)
- @$(call install_copy, 0, 0, 0644, $(SMTPCLIENT_DIR)/smtpclient, /usr/bin/smtpclient)
+ @$(call install_copy, 0, 0, 0755, $(SMTPCLIENT_DIR)/smtpclient, /usr/bin/smtpclient)
@$(call install_finish)