chromium: hardcode xdg_utils path in system calls

ref #23518
This commit is contained in:
Guillaume Maudoux 2017-03-07 11:10:58 +01:00 committed by Herwig Hochleitner
parent c7f00e361e
commit 84fb41dd26

View file

@ -160,6 +160,9 @@ let
'return sandbox_binary;' \
'return base::FilePath(GetDevelSandboxPath());'
sed -i -e 's@"\(#!\)\?.*xdg-@"\1${xdg_utils}/bin/xdg-@' \
chrome/browser/shell_integration_linux.cc
sed -i -e '/lib_loader.*Load/s!"\(libudev\.so\)!"${systemd.lib}/lib/\1!' \
device/udev_linux/udev?_loader.cc