Ver código fonte

Remove invalid shebang line

Alois Mahdal 5 anos atrás
pai
commit
ac9fb2322f
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      ydiff.spec.in

+ 1
- 0
ydiff.spec.in Ver arquivo

@@ -22,6 +22,7 @@ Python library that implements API used by ydiff tool.
22 22
 
23 23
 %prep
24 24
 %autosetup -n %{name}-%{version}
25
+/usr/bin/sed -i '/#!\/usr\/bin\/env python/d' ydiff.py
25 26
 
26 27
 %build
27 28
 %py2_build