]> git.pld-linux.org Git - packages/chromium-browser.git/blob - etc-dir.patch
- pl
[packages/chromium-browser.git] / etc-dir.patch
1 fix /etc/ path.
2
3 should we switch to /etc/chromium instead?
4 --- chromium-browser-34.0.1847.116/./chrome/common/chrome_paths.cc~     2014-04-18 02:50:48.000000000 +0300
5 +++ chromium-browser-34.0.1847.116/./chrome/common/chrome_paths.cc      2014-04-18 04:01:17.224283548 +0300
6 @@ -525,7 +525,7 @@
7            "/etc/opt/chrome/native-messaging-hosts"));
8  #else
9        cur = base::FilePath(FILE_PATH_LITERAL(
10 -          "/etc/chromium/native-messaging-hosts"));
11 +          "/etc/chromium-browser/native-messaging-hosts"));
12  #endif
13  #endif  // !defined(OS_MACOSX)
14        break;
This page took 0.027172 seconds and 3 git commands to generate.