app-emulation/qemu: further live ebuild fixes
authorMatthias Maier <tamiko@gentoo.org>
Mon, 13 Feb 2017 08:04:11 +0000 (02:04 -0600)
committerMatthias Maier <tamiko@gentoo.org>
Mon, 13 Feb 2017 08:14:42 +0000 (02:14 -0600)
 - 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

index 911bc7b568e75a168d312ea5188c461ab22e01bb..1fb25f5b0d88356473a315f211c59d381fbc0a1e 100644 (file)
@@ -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