From adbc87ea6b652ed1b397e18a12b61679f4980210 Mon Sep 17 00:00:00 2001 From: David Marec Date: Sun, 10 May 2020 18:01:14 +0200 Subject: [PATCH] Post-script: no need to path for python version both entries are now defined --- Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index d9cb548..2fe6999 100644 --- a/Makefile +++ b/Makefile @@ -111,8 +111,11 @@ NLS_CMAKE_BOOL= WITH_NLS NLS_USES= gettext post-patch: -# Third entry in the table of interpreters is basename of executable - @${REINPLACE_CMD} -e 's|python|${PYTHON_VERSION}|3' \ - ${WRKSRC}/src/extension/implementation/script.cpp + @${REINPLACE_CMD} -e 's|web-set-att|web_set_att|g' \ + ${WRKSRC}/po/*.po + @${REINPLACE_CMD} -e 's|web-transmit-att|web_transmit_att|g' \ + ${WRKSRC}/po/*.po + @${TOUCH} ${WRKSRC}/share/extensions/gcodetools_check_for_updates.inx.h + .include -- 2.44.0