cython3 rebuild

This commit is contained in:
Rmys
2021-03-13 18:37:14 +03:00
committed by GitHub
parent fbb175e642
commit 7346087a2d
@@ -23,3 +23,6 @@ def build():
def install(): def install():
pythonmodules.install(pyVer="3") pythonmodules.install(pyVer="3")
for bin in shelltools.ls("%s/usr/bin" % get.installDIR()):
pisitools.rename("/usr/bin/%s" % bin, "%s3" % bin)