From 415b26e9422c1c7152b042534ebdbe1564dbba4f Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 14 May 2016 09:11:24 +0000 Subject: [PATCH] install dir --- debian/patches/install-scan-build-py.diff | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/patches/install-scan-build-py.diff b/debian/patches/install-scan-build-py.diff index 05023207..e7813a2a 100644 --- a/debian/patches/install-scan-build-py.diff +++ b/debian/patches/install-scan-build-py.diff @@ -1,7 +1,7 @@ -Index: llvm-toolchain-snapshot_3.9~svn269220/clang/tools/CMakeLists.txt +Index: llvm-toolchain-snapshot_3.9~svn269409/clang/tools/CMakeLists.txt =================================================================== ---- llvm-toolchain-snapshot_3.9~svn269220.orig/clang/tools/CMakeLists.txt -+++ llvm-toolchain-snapshot_3.9~svn269220/clang/tools/CMakeLists.txt +--- llvm-toolchain-snapshot_3.9~svn269409.orig/clang/tools/CMakeLists.txt ++++ llvm-toolchain-snapshot_3.9~svn269409/clang/tools/CMakeLists.txt @@ -16,6 +16,7 @@ endif() if(CLANG_ENABLE_STATIC_ANALYZER) add_clang_subdirectory(clang-check)