瀏覽代碼

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