Browse Source

Remove invalid shebang line

Alois Mahdal 5 years ago
parent
commit
ac9fb2322f
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      ydiff.spec.in

+ 1
- 0
ydiff.spec.in View File

@@ -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