diff options
author | Jay Freeman <saurik@saurik.com> | 2009-08-15 08:55:06 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2009-08-15 08:55:06 +0000 |
commit | 941b171aa5289e307200390a7810ef79f7145c00 (patch) | |
tree | 01708bf4343b0b73fcbf56386af2438487fba843 /data/openssh/make.sh | |
parent | 7ffe673b087938d8edc89753e02266d6b0eda7c5 (diff) |
Various things I forgot to commit.
git-svn-id: http://svn.telesphoreo.org/trunk@669 514c082c-b64e-11dc-b46d-3d985efe055d
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 |