scan-view-fix-path
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Mon, 31 Aug 2020 10:28:24 +0000 (11:28 +0100)
committerGianfranco Costamagna <locutusofborg@debian.org>
Mon, 31 Aug 2020 10:28:24 +0000 (11:28 +0100)
===================================================================

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

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

index 6165432e7af8458a91cf93c55a024ea68b0ee287..90f97a92e9a2a635b19dc6a3714a333f544bb0ea 100755 (executable)
@@ -65,7 +65,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"