소스 검색

Remove invalid shebang line

Alois Mahdal 5 년 전
부모
커밋
ac9fb2322f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      ydiff.spec.in

+ 1
- 0
ydiff.spec.in 파일 보기

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