summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-video/makemkv/files/makemkv-path.patch')
-rw-r--r--media-video/makemkv/files/makemkv-path.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/media-video/makemkv/files/makemkv-path.patch b/media-video/makemkv/files/makemkv-path.patch
new file mode 100644
index 000000000000..88f44a9d4ceb
--- /dev/null
+++ b/media-video/makemkv/files/makemkv-path.patch
@@ -0,0 +1,13 @@
+--- makemkv-oss-1.8.10/makemkvgui/src/api_linux.cpp.orig 2014-04-13 14:01:36.000000000 +0100
++++ makemkv-oss-1.8.10/makemkvgui/src/api_linux.cpp 2014-05-08 00:09:52.863784998 +0100
+@@ -36,9 +36,7 @@
+ }
+
+ static const char* const app_locations[]={
+- "/bin",
+- "/usr/bin",
+- "/usr/local/bin",
++ "/opt/bin",
+ NULL };
+
+ const char* const* ApGetAppLocations()