summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-10-26 14:42:10 -0400
committerMike Frysinger <vapier@gentoo.org>2015-10-26 14:42:33 -0400
commit1e7d6e6f8241be91abc075f823ba0d6210cf2c3f (patch)
tree4e93c98a0841ce18022a86094027e67c3221dcac /app-emulation/qemu
parentprofiles: move amdgpu mask to powerpc profile (diff)
downloadgentoo-1e7d6e6f8241be91abc075f823ba0d6210cf2c3f.tar.gz
gentoo-1e7d6e6f8241be91abc075f823ba0d6210cf2c3f.tar.bz2
gentoo-1e7d6e6f8241be91abc075f823ba0d6210cf2c3f.zip
app-emulation/qemu: update qmp doc paths #564186
Diffstat (limited to 'app-emulation/qemu')
-rw-r--r--app-emulation/qemu/qemu-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild
index 6dfb0307ab3a..a514240afe09 100644
--- a/app-emulation/qemu/qemu-9999.ebuild
+++ b/app-emulation/qemu/qemu-9999.ebuild
@@ -567,12 +567,12 @@ src_install() {
doins "${FILESDIR}/bridge.conf"
# Remove the docdir placed qmp-commands.txt
- mv "${ED}/usr/share/doc/${PF}/html/qmp-commands.txt" "${S}/docs/qmp/"
+ mv "${ED}/usr/share/doc/${PF}/html/qmp-commands.txt" "${S}/docs/" || die
cd "${S}"
dodoc Changelog MAINTAINERS docs/specs/pci-ids.txt
newdoc pc-bios/README README.pc-bios
- dodoc docs/qmp/*.txt
+ dodoc docs/qmp-*.txt
if [[ -n ${softmmu_targets} ]]; then
# Remove SeaBIOS since we're using the SeaBIOS packaged one