diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 18:39:29 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 18:39:29 +0000 |
commit | 79d6017866067064ba712bf6b913b59695d44a06 (patch) | |
tree | b6517b4d4b98c9665fa77bde38e342fbc8bece26 /emulators/qemu/files/patch-qemu_configure_2 | |
parent | Report serious i2p vulnerability (diff) |
Rename emulators/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'emulators/qemu/files/patch-qemu_configure_2')
-rw-r--r-- | emulators/qemu/files/patch-qemu_configure_2 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/emulators/qemu/files/patch-qemu_configure_2 b/emulators/qemu/files/patch-qemu_configure_2 new file mode 100644 index 000000000000..b8b49a136432 --- /dev/null +++ b/emulators/qemu/files/patch-qemu_configure_2 @@ -0,0 +1,10 @@ +Index: qemu/configure +@@ -570,7 +570,7 @@ + if test -z "$prefix" ; then + prefix="/usr/local" + fi +- mansuffix="/share/man" ++ mansuffix="/man" + datasuffix="/share/qemu" + docsuffix="/share/doc/qemu" + binsuffix="/bin" |