commit: bb050c11bd49c00967d6bbb24ec141c21c22ce19
Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 13 08:04:11 2017 +0000
Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Mon Feb 13 08:14:42 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb050c11
app-emulation/qemu: further live ebuild fixes
- call forgotten generate_initd in src_install
- qmp-commands.txt is no longer installed
Package-Manager: Portage-2.3.3, Repoman-2.3.1
app-emulation/qemu/qemu-9999.ebuild | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/app-emulation/qemu/qemu-9999.ebuild
b/app-emulation/qemu/qemu-9999.ebuild
index 911bc7b568..1fb25f5b0d 100644
--- a/app-emulation/qemu/qemu-9999.ebuild
+++ b/app-emulation/qemu/qemu-9999.ebuild
@@ -614,6 +614,7 @@ src_install() {
emake DESTDIR="${ED}" install
# Install binfmt handler init script for user targets.
+ generate_initd
doinitd "${T}/qemu-binfmt"
fi
@@ -647,9 +648,6 @@ src_install() {
insinto "/etc/qemu"
doins "${FILESDIR}/bridge.conf"
- # Remove the docdir placed qmp-commands.txt
- 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