summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2013-08-07 14:52:08 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2013-08-07 14:52:08 +0000
commitb30cdffc8cd4d62639f8b9ab1caa9f82c5493ac1 (patch)
tree65863940c6c2dd69e619018e958872ad0e4e8e69
parent1a003033df34cebd91e3402e4ec110bbebfc7622 (diff)
downloadopenssh-baserock/richardmaw/S8537/ssh-copy-id.tar.gz
morphology: install ssh-copy-idbaserock/richardmaw/S8537/ssh-copy-id
-rw-r--r--openssh.morph1
1 files changed, 1 insertions, 0 deletions
diff --git a/openssh.morph b/openssh.morph
index 881653e9..085c6dfa 100644
--- a/openssh.morph
+++ b/openssh.morph
@@ -22,6 +22,7 @@ install-commands:
- mkdir -p "$DESTDIR/$PREFIX/sbin"
- chmod go= "$DESTDIR"/var/lib/sshd
- install -m 744 sshd-keygen "$DESTDIR/$PREFIX/sbin/sshd-keygen"
+- install -m 755 contrib/ssh-copy-id "$DESTDIR/$PREFIX/bin/ssh-copy-id"
- mkdir -p "$DESTDIR/lib/systemd/system/multi-user.target.wants"
- install -m 644 opensshd.service "$DESTDIR/lib/systemd/system/opensshd.service"
- ln -s ../opensshd.service "$DESTDIR/lib/systemd/system/multi-user.target.wants/opensshd.service"