This commit is contained in:
parent
ad866b36e5
commit
a0d2dc6ef2
4 changed files with 18 additions and 5 deletions
8
Patch0-Fix-For-Python3.patch
Normal file
8
Patch0-Fix-For-Python3.patch
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
--- scripts/find_file_by_chksum.py-orig 2019-01-28 19:40:22.000000000 -0200
|
||||
+++ scripts/find_file_by_chksum.py 2019-04-07 01:38:15.262396534 -0300
|
||||
@@ -1,4 +1,4 @@
|
||||
-#! /usr/bin/env python
|
||||
+#! /usr/bin/python3
|
||||
#
|
||||
# This script outputs all files matching a given checksum
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue