]> git.pld-linux.org Git - projects/template-specs.git/commitdiff
make default .spec work most of the cases
authorElan Ruusamäe <glen@delfi.ee>
Sat, 9 Mar 2013 13:39:37 +0000 (15:39 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 9 Mar 2013 13:39:37 +0000 (15:39 +0200)
python.spec

index 3fff0aac05ae749032f778fabd30a9a09db24e83..717f5e10543e1bfe6cd513b6fd57507726bcdf57 100644 (file)
@@ -33,7 +33,7 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %setup -q -n %{module}-%{version}
 
 # fix #!/usr/bin/env python -> #!/usr/bin/python:
-%{__sed} -i -e '1s,^#!.*python,#!%{__python},' %{name}.py
+#%{__sed} -i -e '1s,^#!.*python,#!%{__python},' %{name}.py
 
 %build
 # CC/CFLAGS is only for arch packages - remove on noarch packages
This page took 0.029681 seconds and 4 git commands to generate.