summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--multitech/recipes/autossh/autossh_1.4c.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/multitech/recipes/autossh/autossh_1.4c.bb b/multitech/recipes/autossh/autossh_1.4c.bb
index 2303787..34962a0 100644
--- a/multitech/recipes/autossh/autossh_1.4c.bb
+++ b/multitech/recipes/autossh/autossh_1.4c.bb
@@ -15,5 +15,5 @@ inherit autotools
do_install() {
install -d ${D}/${bindir}
- install ${S}/autossh ${D}/${bindir}/autossh
+ install -m 755 ${S}/autossh ${D}/${bindir}/autossh
}