]> git.pld-linux.org Git - packages/llvm.git/commitdiff
- real shebangs; rel 1 for testing auto/th/llvm-2_8-1
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 1 Nov 2010 14:51:24 +0000 (14:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    llvm.spec -> 1.15

llvm.spec

index 4770f1a6eea9e172054258eee456b2e55d2a2a03..8b9c2c61233404a8cbb850a29483c4e97432d76d 100644 (file)
--- a/llvm.spec
+++ b/llvm.spec
@@ -16,7 +16,7 @@ Summary:      The Low Level Virtual Machine (An Optimizing Compiler Infrastructure)
 Summary(pl.UTF-8):     Niskopoziomowa maszyna wirtualna (infrastruktura kompilatora optymalizującego)
 Name:          llvm
 Version:       2.8
-Release:       0.2
+Release:       1
 License:       University of Illinois/NCSA Open Source License
 Group:         Development/Languages
 Source0:       http://llvm.org/releases/%{version}/%{name}-%{version}.tgz
@@ -189,6 +189,11 @@ HTML documentation for LLVM's OCaml binding.
 mv clang-*.* tools/clang
 %patch3 -p1
 
+grep -rl /usr/bin/env tools utils | xargs sed -i -e '1{
+       s,^#!.*bin/env python,#!%{__python},
+       s,^#!.*bin/env perl,#!%{__perl},
+}'
+
 install -d obj
 
 %build
This page took 0.045535 seconds and 4 git commands to generate.