[perl-Coro] Remove executable bit from internal JIT libraries

Petr Pisar ppisar at fedoraproject.org
Fri Jul 29 08:48:45 UTC 2011


commit b5a34fa549039e7f3705bd4cde8849878992cac5
Author: Petr Písař <ppisar at redhat.com>
Date:   Fri Jul 29 10:47:56 2011 +0200

    Remove executable bit from internal JIT libraries

 perl-Coro.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/perl-Coro.spec b/perl-Coro.spec
index 2cf9612..2a3b950 100644
--- a/perl-Coro.spec
+++ b/perl-Coro.spec
@@ -72,6 +72,8 @@ programming much safer and easier than using other thread models.
 sed -i -e '/^#!/ s|.*|#!%{__perl}|' %wrong_shbangs
 %endif
 
+chmod -x Coro/jit-*.pl
+
 
 %build
 # Interractive configuration. Use default values.


More information about the scm-commits mailing list