scan-view-fix-path
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Fri, 18 Sep 2020 09:47:25 +0000 (10:47 +0100)
committerEmilio Pozuelo Monfort <pochu@debian.org>
Fri, 18 Sep 2020 09:47:25 +0000 (10:47 +0100)
===================================================================

Gbp-Pq: Name scan-view-fix-path.diff

clang/tools/scan-view/bin/scan-view

index 1b6e8ba90dfac4b550b976263fc3c422aa5194d3..5adaa81f1f32042f3cf422e48be37bafabd6004e 100755 (executable)
@@ -61,7 +61,7 @@ def start_browser(port, options):
 
 def run(port, options, root):
     # Prefer to look relative to the installed binary
-    share = os.path.dirname(__file__) + "/../share/scan-view"
+    share = os.path.dirname(__file__) + "/../share/"
     if not os.path.isdir(share):
         # Otherwise look relative to the source
         share = os.path.dirname(__file__) + "/../../scan-view/share"