diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-14 14:05:28 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-14 14:05:28 +0100 |
| commit | 8f39dc5c8c3d0b77daebd90f927e0bc78bca7d1d (patch) | |
| tree | f064c23ea4a5ac3f8dd4730997a3426f3630452d /package/openssh/Makefile | |
| parent | 80cf711c344256c59b857da6cd7fc91898f90752 (diff) | |
| parent | a03e16ce46353740a2b778beda4dda03c0252e07 (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/openssh/Makefile')
| -rw-r--r-- | package/openssh/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package/openssh/Makefile b/package/openssh/Makefile index 42341cbe0..1818b893c 100644 --- a/package/openssh/Makefile +++ b/package/openssh/Makefile @@ -67,6 +67,7 @@ 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 @@ -85,8 +86,8 @@ post-install: ${INSTALL_DIR} ${IDIR_OPENSSH_SFTP_SERVER}/usr/sbin ${INSTALL_BIN} ${WRKINST}/usr/bin/sftp \ ${IDIR_OPENSSH_SFTP_CLIENT}/usr/bin - ${INSTALL_BIN} ${WRKINST}/usr/sbin/sftp-server \ - ${IDIR_OPENSSH_SFTP_SERVER}/usr/sbin + ${INSTALL_BIN} ${WRKINST}/usr/libexec/sftp-server \ + ${IDIR_OPENSSH_SFTP_SERVER}/usr/libexec chmod 0700 {${IDIR_OPENSSH_CLIENT},${IDIR_OPENSSH_SERVER}}/etc/ssh include ${TOPDIR}/mk/pkg-bottom.mk |
