From 04747c34320622e4e7e14c8b52fd789e7800ad58 Mon Sep 17 00:00:00 2001 From: Rmys Date: Thu, 6 Feb 2020 22:16:22 +0300 Subject: [PATCH] fontforge --- desktop/font/fontforge/actions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/desktop/font/fontforge/actions.py b/desktop/font/fontforge/actions.py index 40308596ec..6a88b656c2 100644 --- a/desktop/font/fontforge/actions.py +++ b/desktop/font/fontforge/actions.py @@ -16,6 +16,7 @@ from pisi.actionsapi import get def setup(): shelltools.export("PYTHON", "/usr/bin/python3") #pisitools.dosed("configure.ac", "fontforge_package_name", "fontforge") + shelltools.system("""sed -e 's|python-"${PYTHON_VERSION}"|python-"${PYTHON_VERSION}"-embed|g' -i m4/fontforge_arg_enable.m4""") shelltools.system("./bootstrap --force") autotools.configure("--without-libuninameslist \