summaryrefslogtreecommitdiff
path: root/data/openssh/make.sh
diff options
context:
space:
mode:
Diffstat (limited to 'data/openssh/make.sh')
-rw-r--r--data/openssh/make.sh8
1 files changed, 6 insertions, 2 deletions
diff --git a/data/openssh/make.sh b/data/openssh/make.sh
index dda4b2823..6b93f1a83 100644
--- a/data/openssh/make.sh
+++ b/data/openssh/make.sh
@@ -1,5 +1,9 @@
pkg:extract
cd *
-pkg:configure --disable-strip --sysconfdir=/etc
+pkg:configure --disable-strip --sysconfdir=/etc/ssh
make
-pkg:install
+pkg:install INSTALL_SSH_RAND_HELPER=yes
+pkg: cp -a %/sshd-keygen-wrapper /usr/libexec
+pkg: mkdir -p /Library/LaunchDaemons
+pkg: cp -a %/com.openssh.sshd.plist /Library/LaunchDaemons
+pkg: cp -af %/ssh{d,}_config /etc/ssh