Skip to content

Commit

Permalink
Merge pull request #12 from mariux64/fix-openssh-7.1-bee-file
Browse files Browse the repository at this point in the history
Fix OpenSSH 7.1 bee file
  • Loading branch information
wwwutz committed Jun 16, 2016
2 parents cdce661 + f8ad0ae commit 9f5c14c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions openssh-7.1_p2-0.bee
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@ mee_configure() {
--sysconfdir=${SYSCONFDIR} \
--with-md5-passwords \
--with-privsep-path=/var/lib/sshd \
--with-pam
--with-pam \
--with-xauth=/usr/bin/xauth
}

mee_install_post() {
mv ${D}${SYSCONFDIR}/ssh_config ${D}${SYSCONFDIR}/ssh_config.example
mv ${D}${SYSCONFDIR}/sshd_config ${D}${SYSCONFDIR}/sshd_config.example
install -v -m755 ${S}/contrib/ssh-copy-id ${D}/${BINDIR}
install -v -m644 contrib/ssh-copy-id.1 \
install -v -m644 ${S}/contrib/ssh-copy-id.1 \
${MANDIR}/man1
install -v -m755 -d ${DOCDIR}
install -v -m644 ${S}/{INSTALL,LICENCE,OVERVIEW,README*} \
Expand Down

0 comments on commit 9f5c14c

Please sign in to comment.