summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/qemulaunch/files/qemulaunch_makefile_prefix.patch')
-rw-r--r--app-emulation/qemulaunch/files/qemulaunch_makefile_prefix.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/app-emulation/qemulaunch/files/qemulaunch_makefile_prefix.patch b/app-emulation/qemulaunch/files/qemulaunch_makefile_prefix.patch
new file mode 100644
index 0000000..a16c2cc
--- /dev/null
+++ b/app-emulation/qemulaunch/files/qemulaunch_makefile_prefix.patch
@@ -0,0 +1,11 @@
+--- qemulaunch.orig/Makefile 2007-02-14 20:19:19.000000000 +0100
++++ qemulaunch/Makefile 2007-02-14 20:22:36.000000000 +0100
+@@ -2,7 +2,7 @@
+ SHELL = /bin/sh
+
+ # Intall things to the following directories
+-PREFIX = /usr/local
++PREFIX = /usr
+ MANDIR = $(PREFIX)/share/man/man1
+ BINDIR = $(PREFIX)/bin
+ SHAREDIR = $(PREFIX)/share/qemu-launcher