diff options
Diffstat (limited to 'emulators/qemu-devel/files/patch-bd')
-rw-r--r-- | emulators/qemu-devel/files/patch-bd | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/emulators/qemu-devel/files/patch-bd b/emulators/qemu-devel/files/patch-bd new file mode 100644 index 000000000000..3f85d63c03a1 --- /dev/null +++ b/emulators/qemu-devel/files/patch-bd @@ -0,0 +1,10 @@ +Index: qemu/configure +@@ -286,7 +286,7 @@ + if test -z "$prefix" ; then + prefix="/usr/local" + fi +-mandir="$prefix/share/man" ++mandir="$prefix/man" + datadir="$prefix/share/qemu" + docdir="$prefix/share/doc/qemu" + bindir="$prefix/bin" |