mc: stop referencing python2

This commit is contained in:
Christoph Reiter
2021-04-22 09:54:54 +02:00
parent 138b3dba30
commit f4702d543b

View File

@@ -2,7 +2,7 @@
pkgname=mc
pkgver=4.8.25
pkgrel=2
pkgrel=3
pkgdesc="Midnight Commander is a text based filemanager/shell that emulates Norton Commander"
arch=('i686' 'x86_64')
url="https://www.midnight-commander.org/"
@@ -78,6 +78,6 @@ package() {
sed 's|op_has_zipinfo = 0|op_has_zipinfo = 1|' \
-i "${pkgdir}/usr/lib/mc/extfs.d/uzip"
sed 's#/usr/bin/env python#/usr/bin/python2#' \
sed 's#/usr/bin/env python#/usr/bin/python#' \
-i "${pkgdir}/usr/lib/mc/extfs.d/s3+"
}