playground/fatih/llvm - Remove executable bit from static libs

Fatih Aşıcı paketler-commits at pardus.org.tr
Sat Jul 24 22:00:14 EEST 2010


Author: fatih
Date: Sat Jul 24 22:00:14 2010
New Revision: 96338

Modified:
   playground/fatih/llvm/actions.py
Log:
Remove executable bit from static libs

---
 actions.py |    3 +++
 1 file changed, 3 insertions(+)

Modified: playground/fatih/llvm/actions.py
=================================================================
--- playground/fatih/llvm/actions.py	(original)
+++ playground/fatih/llvm/actions.py	Sat Jul 24 22:00:14 2010
@@ -42,6 +42,9 @@
 
     pisitools.insinto("/etc/env.d", "10llvm")
 
+    # Remove executable bit from static libs
+    shelltools.chmod("%s/usr/lib/llvm/*.a" % get.installDIR(), 0644)
+
     # Remove example file
     pisitools.remove("/usr/lib/llvm/*LLVMHello.*")
 


More information about the paketler-commits mailing list