summary refs log tree commit diff
path: root/pkgs/os-specific/linux/chromium-os/sommelier/0010-sommelier-don-t-leak-source-absolute-paths.patch
blob: a9f2df3b73ed36a980b289420fcbe166da48b9a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From b1a89637c458ea70ea0d280f1c2c469e177bfc6f Mon Sep 17 00:00:00 2001
From: Alyssa Ross <hi@alyssa.is>
Date: Sun, 1 Dec 2019 17:04:04 +0000
Subject: [PATCH 10/11] sommelier: don't leak source-absolute paths

---
 vm_tools/sommelier/wayland_protocol.gni | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vm_tools/sommelier/wayland_protocol.gni b/vm_tools/sommelier/wayland_protocol.gni
index 4f18a0c10..b1bd5d659 100644
--- a/vm_tools/sommelier/wayland_protocol.gni
+++ b/vm_tools/sommelier/wayland_protocol.gni
@@ -44,7 +44,7 @@ template("wayland_protocol_library") {
         "wayland-scanner",
         g.subcommand,
         "{{source}}",
-        output_file,
+        rebase_path(output_file),
       ]
     }
   }
-- 
2.23.0