Skip to content

Commit

Permalink
openssh-7.1: Fix path to ssh-copy-id manual
Browse files Browse the repository at this point in the history
The file could not be found, as the path is incorrect, missing a `${S}`.
So add this.
  • Loading branch information
pmenzel committed Jun 16, 2016
1 parent 1ffac77 commit f8ad0ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openssh-7.1_p2-0.bee
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ 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 f8ad0ae

Please sign in to comment.