From 7346087a2da89ae5698bde0bbcd702b3ad0eaae2 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sat, 13 Mar 2021 18:37:14 +0300 Subject: [PATCH] cython3 rebuild --- programming/language/python3/cython3/actions.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/programming/language/python3/cython3/actions.py b/programming/language/python3/cython3/actions.py index d0c431ea52..a8cf4ebca1 100644 --- a/programming/language/python3/cython3/actions.py +++ b/programming/language/python3/cython3/actions.py @@ -22,4 +22,7 @@ def build(): # pythonmodules.run("runtests.py -vv --no-pyregr", pyVer="3") def install(): - pythonmodules.install(pyVer="3") \ No newline at end of file + pythonmodules.install(pyVer="3") + + for bin in shelltools.ls("%s/usr/bin" % get.installDIR()): + pisitools.rename("/usr/bin/%s" % bin, "%s3" % bin)