summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"