diff --git a/programming/build/llvm/actions.py b/programming/build/llvm/actions.py
index d20a9306eb..f107e0c0f9 100644
--- a/programming/build/llvm/actions.py
+++ b/programming/build/llvm/actions.py
@@ -80,16 +80,13 @@ def install():
% (get.installDIR(), libdir, get.docDIR()))
- shelltools.chmod("%s/usr/lib/llvm/*.a" % get.installDIR(), 0644)
+ #shelltools.chmod("%s/usr/lib/llvm/*.a" % get.installDIR(), 0644)
# Install static analyzers which aren't installed by default
for exe in ("scan-build", "scan-view"):
pisitools.insinto("/usr/lib/clang-analyzer/%s" % exe, "tools/clang/tools/%s/%s" % (exe, exe))
pisitools.dosym("/usr/lib/clang-analyzer/%s/%s" % (exe, exe), "/usr/bin/%s" % exe)
- pisitools.dodir("/etc/ld.so.conf.d")
- shelltools.echo("%s/etc/ld.so.conf.d/51-llvm.conf" % get.installDIR(), "/usr/lib/llvm")
-
# Symlink the gold plugin where clang expects it
pisitools.dosym("llvm/LLVMgold.so", "/usr/lib/LLVMgold.so")
@@ -105,6 +102,6 @@ def install():
pisitools.insinto("/usr/share/vim/vimfiles/syntax", "utils/vim/*.vim")
# Install kate syntax file
- pisitools.insinto("%s/katepart/syntax" % kde4.appsdir, "utils/kate/*.xml")
+ #pisitools.insinto("%s/katepart/syntax" % kde4.appsdir, "utils/kate/*.xml")
pisitools.dodoc("CREDITS.TXT", "LICENSE.TXT", "README.txt")
diff --git a/programming/build/llvm/files/51-llvm.conf b/programming/build/llvm/files/51-llvm.conf
new file mode 100644
index 0000000000..3e37ca83d5
--- /dev/null
+++ b/programming/build/llvm/files/51-llvm.conf
@@ -0,0 +1 @@
+/usr/lib/llvm
\ No newline at end of file
diff --git a/programming/build/llvm/pspec.xml b/programming/build/llvm/pspec.xml
index 16e5d9a480..5882e0d483 100644
--- a/programming/build/llvm/pspec.xml
+++ b/programming/build/llvm/pspec.xml
@@ -60,15 +60,16 @@
/usr/include/llvm*
/usr/lib/llvm
/usr/lib
- /etc/ld.so.conf.d
+ /etc/ld.so.conf.d
/etc/llvm
/usr/share/doc
/usr/share/vim
/usr/share/llvm/cmake
-
- /usr/share/kde4
/usr/share/man
+
+ 51-llvm.conf
+