194add87fd
* mc: use $TERMUX_PREFIX for ac_cv_path_(UN)ZIP * mc: set path for perl, python and ruby * mc: use python2 for extfs helpers * ncurses: create symlinks under include/ncurses * mc: set --with-ncurses-includes * mc/ncurses: bump revision after updates
21 lines
508 B
Diff
21 lines
508 B
Diff
diff --git a/src/vfs/extfs/helpers/s3+.in b/src/vfs/extfs/helpers/s3+.in
|
|
index 2ab596a..65b709b 100644
|
|
--- a/src/vfs/extfs/helpers/s3+.in
|
|
+++ b/src/vfs/extfs/helpers/s3+.in
|
|
@@ -1,4 +1,4 @@
|
|
-#! @PYTHON@
|
|
+#! @PYTHON@2
|
|
# -*- coding: utf-8 -*-
|
|
|
|
#
|
|
diff --git a/src/vfs/extfs/helpers/uc1541.in b/src/vfs/extfs/helpers/uc1541.in
|
|
index dd7b7c4..8da6bfb 100644
|
|
--- a/src/vfs/extfs/helpers/uc1541.in
|
|
+++ b/src/vfs/extfs/helpers/uc1541.in
|
|
@@ -1,4 +1,4 @@
|
|
-#! @PYTHON@
|
|
+#! @PYTHON@2
|
|
"""
|
|
UC1541 Virtual filesystem
|
|
|