tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[PATCH] qemu: fix PLIST on Linux



In qemu 5.1.0, these binaries moved from "tools" to "helpers" [0],
so they are now installed in libexec.

[0] https://github.com/qemu/qemu/commit/fdbff6bd145c1e27520cfe206f04cc664fbb2b30
---
 emulators/qemu/PLIST | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/emulators/qemu/PLIST b/emulators/qemu/PLIST
index de71e1b563f..958d1d08806 100644
--- a/emulators/qemu/PLIST
+++ b/emulators/qemu/PLIST
@@ -31,7 +31,6 @@ ${PLIST.ppc}bin/qemu-ppc
 ${PLIST.ppc64}bin/qemu-ppc64
 ${PLIST.ppc64abi32}bin/qemu-ppc64abi32
 ${PLIST.ppc64le}bin/qemu-ppc64le
-${PLIST.pr-helper}bin/qemu-pr-helper
 ${PLIST.riscv32}bin/qemu-riscv32
 ${PLIST.riscv64}bin/qemu-riscv64
 ${PLIST.s390x}bin/qemu-s390x
@@ -78,8 +77,9 @@ ${PLIST.tilegx}bin/qemu-tilegx
 ${PLIST.x86_64}bin/qemu-x86_64
 ${PLIST.xtensa}bin/qemu-xtensa
 ${PLIST.xtensaeb}bin/qemu-xtensaeb
-${PLIST.virtfs-proxy-helper}bin/virtfs-proxy-helper
 ${PLIST.bridge-helper}libexec/qemu-bridge-helper
+${PLIST.pr-helper}libexec/qemu-pr-helper
+${PLIST.virtfs-proxy-helper}libexec/virtfs-proxy-helper
 man/man1/qemu-img.1
 man/man1/qemu.1
 ${PLIST.virtfs-proxy-helper}man/man1/virtfs-proxy-helper.1
-- 
2.28.0



Home | Main Index | Thread Index | Old Index