diff --git a/lang/python39/Makefile b/lang/python39/Makefile index 295caa13d560..f52a1363bee6 100644 --- a/lang/python39/Makefile +++ b/lang/python39/Makefile @@ -118,9 +118,9 @@ post-patch: @${REINPLACE_CMD} -e 's|uuid/uuid.h|ignore_&|' ${WRKSRC}/configure @${REINPLACE_CMD} -e '/find_library_file/ s|uuid|ignore_&|' ${WRKSRC}/setup.py # Apply DISABLED_EXTENSIONS - @${ECHO} '*disabled*' > ${WRKSRC}/Modules/Setup.local + @${ECHO_CMD} '*disabled*' > ${WRKSRC}/Modules/Setup.local . for _module in ${DISABLED_EXTENSIONS} - @${ECHO} ${_module} >> ${WRKSRC}/Modules/Setup.local + @${ECHO_CMD} ${_module} >> ${WRKSRC}/Modules/Setup.local . endfor post-install: