Skip to content

Commit

Permalink
app-emulation/qemu: further live ebuild fixes
Browse files Browse the repository at this point in the history
 - call forgotten generate_initd in src_install
 - qmp-commands.txt is no longer installed

Package-Manager: Portage-2.3.3, Repoman-2.3.1
  • Loading branch information
tamiko committed Feb 13, 2017
1 parent d3abd5d commit bb050c1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app-emulation/qemu/qemu-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit bb050c1

Please sign in to comment.