diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-16 20:36:56 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-16 20:36:56 +0100 |
commit | 5844c1d52c76ba0df5b2b5cba19f03185e34959f (patch) | |
tree | 544f9caa8ce6215df85831099a6636dd9eaef5be /package/openssh/Makefile | |
parent | 09f17a99057ee020e26696889413b178c33f55d4 (diff) | |
parent | c4df48a030c704352ce51b73a664ef4d6ff0d324 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/openssh/Makefile')
-rw-r--r-- | package/openssh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/openssh/Makefile b/package/openssh/Makefile index 1818b893c..524cd4261 100644 --- a/package/openssh/Makefile +++ b/package/openssh/Makefile @@ -67,7 +67,6 @@ post-install: ${INSTALL_DIR} ${IDIR_OPENSSH_SERVER}/etc/ssh ${INSTALL_DIR} ${IDIR_OPENSSH_SERVER}/usr/bin ${INSTALL_DIR} ${IDIR_OPENSSH_SERVER}/usr/sbin - ${INSTALL_DIR} ${IDIR_OPENSSH_SERVER}/usr/libexec ${CP} ./files/sshd_config ${IDIR_OPENSSH_SERVER}/etc/ssh ${INSTALL_BIN} ${WRKINST}/usr/bin/ssh-keygen \ ${IDIR_OPENSSH_SERVER}/usr/bin @@ -86,6 +85,7 @@ post-install: ${INSTALL_DIR} ${IDIR_OPENSSH_SFTP_SERVER}/usr/sbin ${INSTALL_BIN} ${WRKINST}/usr/bin/sftp \ ${IDIR_OPENSSH_SFTP_CLIENT}/usr/bin + ${INSTALL_DIR} ${IDIR_OPENSSH_SFTP_SERVER}/usr/libexec ${INSTALL_BIN} ${WRKINST}/usr/libexec/sftp-server \ ${IDIR_OPENSSH_SFTP_SERVER}/usr/libexec chmod 0700 {${IDIR_OPENSSH_CLIENT},${IDIR_OPENSSH_SERVER}}/etc/ssh |