summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a87853138b53..4c62290bc596 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -369,8 +369,6 @@ package_clang-analyzer-svn() {
cd "${srcdir}"
- _compile_python_files "${srcdir}/clang-analyzer.tmp/usr/bin"
-
mv "${srcdir}/clang-analyzer.tmp"/* "${pkgdir}"/
sed -i 's|/libexec/|/bin/|' "${pkgdir}/usr/bin/scan-build"
@@ -378,6 +376,8 @@ package_clang-analyzer-svn() {
_fix_python_exec_path \
"${pkgdir}/usr/bin/scan-view"
+ _compile_python_files "${pkgdir}/usr/share/scan-view"
+
_install_license
}