diff options
Diffstat (limited to 'data/openssh/make.sh')
-rw-r--r-- | data/openssh/make.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/openssh/make.sh b/data/openssh/make.sh index ac2d1190d..d31209c6f 100644 --- a/data/openssh/make.sh +++ b/data/openssh/make.sh @@ -1,7 +1,7 @@ pkg:setup autoconf pkg:configure --disable-strip --sysconfdir=/etc/ssh --disable-libutil --disable-utmp --disable-wtmp ac_cv_path_AR=arm-apple-darwin9-ar -make +pkg:make pkg:install INSTALL_SSH_RAND_HELPER=yes pkg: cp -a %/sshd-keygen-wrapper /usr/libexec pkg: mkdir -p /Library/LaunchDaemons |