From 5afc800b880e68fa1f1d01ad043ee6a8e3f3a309 Mon Sep 17 00:00:00 2001 From: Rmys Date: Tue, 9 May 2023 17:26:45 +0300 Subject: [PATCH] libxslt-1.1.38 --- system/devel/libxslt/actions.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/system/devel/libxslt/actions.py b/system/devel/libxslt/actions.py index 92044010..17493a2e 100644 --- a/system/devel/libxslt/actions.py +++ b/system/devel/libxslt/actions.py @@ -7,13 +7,15 @@ from pisi.actionsapi import get from pisi.actionsapi import autotools from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools Libdir = "/usr/lib32" if get.buildTYPE() == "emul32" else "/usr/lib" bindir = "/usr/bin32" if get.buildTYPE() == "emul32" else "/usr/bin" def setup(): - python = "--without-python" if get.buildTYPE() == "emul32" else "--with-python=/usr/bin/python2.7 " + shelltools.export("PYTHON", "/usr/bin/python3") + python = "--without-python" if get.buildTYPE() == "emul32" else "--with-python=/usr/bin/python3 " # don't remove --with-debugger as it is needed for reverse dependencies autotools.configure("%s \ --with-crypto \ @@ -40,4 +42,4 @@ def install(): pisitools.removeDir("/usr/bin32") return - pisitools.dodoc("AUTHORS", "Copyright", "FEATURES", "NEWS", "README", "TODO") + pisitools.dodoc("AUTHORS", "Copyright", "FEATURES", "NEWS", "README*", "TODO")