mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-18 16:55:13 +03:00
testing/icdiff: new aport
This commit is contained in:
parent
d337fb8675
commit
e8f73f8d82
3 changed files with 76 additions and 0 deletions
12
testing/icdiff/fix-python-interpreter.patch
Normal file
12
testing/icdiff/fix-python-interpreter.patch
Normal file
|
@ -0,0 +1,12 @@
|
|||
diff --git a/icdiff b/icdiff
|
||||
old mode 100755
|
||||
new mode 100644
|
||||
index 3e4e8721e8..b24847eac6
|
||||
--- a/icdiff
|
||||
+++ b/icdiff
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env python
|
||||
+#!/usr/bin/env python3
|
||||
|
||||
""" icdiff.py
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue