mc: multple fixes (#2367)
[termux-packages] / packages / mc / use-python2-for-extfs-helpers.patch
1 diff --git a/src/vfs/extfs/helpers/s3+.in b/src/vfs/extfs/helpers/s3+.in
2 index 2ab596a..65b709b 100644
3 --- a/src/vfs/extfs/helpers/s3+.in
4 +++ b/src/vfs/extfs/helpers/s3+.in
5 @@ -1,4 +1,4 @@
6 -#! @PYTHON@
7 +#! @PYTHON@2
8 # -*- coding: utf-8 -*-
9
10 #
11 diff --git a/src/vfs/extfs/helpers/uc1541.in b/src/vfs/extfs/helpers/uc1541.in
12 index dd7b7c4..8da6bfb 100644
13 --- a/src/vfs/extfs/helpers/uc1541.in
14 +++ b/src/vfs/extfs/helpers/uc1541.in
15 @@ -1,4 +1,4 @@
16 -#! @PYTHON@
17 +#! @PYTHON@2
18 """
19 UC1541 Virtual filesystem
20