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
 
22
 
23
 %prep
23
 %prep
24
 %autosetup -n %{name}-%{version}
24
 %autosetup -n %{name}-%{version}
25
+/usr/bin/sed -i '/#!\/usr\/bin\/env python/d' ydiff.py
25
 
26
 
26
 %build
27
 %build
27
 %py2_build
28
 %py2_build