Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu/
Date: Mon, 26 Oct 2015 18:42:49
Message-Id: 1445884953.1e7d6e6f8241be91abc075f823ba0d6210cf2c3f.vapier@gentoo
1 commit: 1e7d6e6f8241be91abc075f823ba0d6210cf2c3f
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 26 18:42:10 2015 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 26 18:42:33 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e7d6e6f
7
8 app-emulation/qemu: update qmp doc paths #564186
9
10 app-emulation/qemu/qemu-9999.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild
14 index 6dfb030..a514240 100644
15 --- a/app-emulation/qemu/qemu-9999.ebuild
16 +++ b/app-emulation/qemu/qemu-9999.ebuild
17 @@ -567,12 +567,12 @@ src_install() {
18 doins "${FILESDIR}/bridge.conf"
19
20 # Remove the docdir placed qmp-commands.txt
21 - mv "${ED}/usr/share/doc/${PF}/html/qmp-commands.txt" "${S}/docs/qmp/"
22 + mv "${ED}/usr/share/doc/${PF}/html/qmp-commands.txt" "${S}/docs/" || die
23
24 cd "${S}"
25 dodoc Changelog MAINTAINERS docs/specs/pci-ids.txt
26 newdoc pc-bios/README README.pc-bios
27 - dodoc docs/qmp/*.txt
28 + dodoc docs/qmp-*.txt
29
30 if [[ -n ${softmmu_targets} ]]; then
31 # Remove SeaBIOS since we're using the SeaBIOS packaged one