openssh: Fix ssh-copy-id not executable

This commit is contained in:
Dylan Araps 2021-08-05 06:31:17 +03:00
parent b1fdf5c22c
commit 36c87544a2
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
2 changed files with 2 additions and 1 deletions

View File

@ -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"

View File

@ -1 +1 @@
8.6p1 2
8.6p1 3