From 36c87544a2a0f0004f50ffdf630616b53bdfbf22 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 5 Aug 2021 06:31:17 +0300 Subject: [PATCH] openssh: Fix ssh-copy-id not executable --- extra/openssh/build | 1 + extra/openssh/version | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/extra/openssh/build b/extra/openssh/build index 60294492..dc992fc7 100755 --- a/extra/openssh/build +++ b/extra/openssh/build @@ -21,6 +21,7 @@ make DESTDIR="$1" install cp -f contrib/ssh-copy-id "$1/usr/bin" cp -f contrib/ssh-copy-id.1 "$1/usr/share/man/man1" +chmod +x "$1/usr/bin/ssh-copy-id" # Install runit services. mkdir -p "$1/etc/sv/sshd" diff --git a/extra/openssh/version b/extra/openssh/version index bc1f9520..97fd0bb7 100644 --- a/extra/openssh/version +++ b/extra/openssh/version @@ -1 +1 @@ -8.6p1 2 +8.6p1 3