]> git.pld-linux.org Git - packages/chromium-browser.git/blame - etc-dir.patch
- pl
[packages/chromium-browser.git] / etc-dir.patch
CommitLineData
d7fca4aa
ER
1fix /etc/ path.
2
3should 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.128779 seconds and 4 git commands to generate.