forked from kiss-community/repo
openssh: Fix ssh-copy-id not executable
This commit is contained in:
parent
b1fdf5c22c
commit
36c87544a2
@ -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"
|
||||
|
@ -1 +1 @@
|
||||
8.6p1 2
|
||||
8.6p1 3
|
||||
|
Loading…
Reference in New Issue
Block a user