Skip to content

Commit

Permalink
app-emulation/qemu: tweak comment
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Jul 20, 2022
1 parent 9f8bd86 commit 84c8bbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app-emulation/qemu/qemu-7.0.0-r3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ src_install() {
cd "${S}/tools-build" || die
emake DESTDIR="${ED}" install

# If USE=doc, there'll be newly generated docs.
# If USE=doc, there'll be newly generated docs which we install instead.
if ! use doc && [[ ${QEMU_DOCS_PREBUILT} == 1 ]] ; then
doman "${WORKDIR}"/${PN}-${QEMU_DOCS_VERSION}-docs/docs/*.[0-8]
fi
Expand Down
2 changes: 1 addition & 1 deletion app-emulation/qemu/qemu-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ src_install() {
cd "${S}/tools-build" || die
emake DESTDIR="${ED}" install

# If USE=doc, there'll be newly generated docs.
# If USE=doc, there'll be newly generated docs which we install instead.
if ! use doc && [[ ${QEMU_DOCS_PREBUILT} == 1 ]] ; then
doman "${WORKDIR}"/${PN}-${QEMU_DOCS_VERSION}-docs/docs/*.[0-8]
fi
Expand Down

0 comments on commit 84c8bbc

Please sign in to comment.