From 689d29823ffbe0cbdadff5837543ad54af0e7596 Mon Sep 17 00:00:00 2001 From: OscarL Date: Sat, 3 Aug 2024 09:19:49 -0300 Subject: [PATCH] python3.10: fix build on 32 bits. (#10784) --- dev-lang/python/python3.10-3.10.14.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/python/python3.10-3.10.14.recipe b/dev-lang/python/python3.10-3.10.14.recipe index 6d7078c81..ff11e1b1f 100644 --- a/dev-lang/python/python3.10-3.10.14.recipe +++ b/dev-lang/python/python3.10-3.10.14.recipe @@ -199,9 +199,9 @@ INSTALL() # No point in having this if we don't have a working tkinter. if ! $enableTkinter; then - rm $binDir/idle$pyShortVer + rm $prefix/bin/idle$pyShortVer if $installAsDefaultPython; then - rm -f $binDir/idle3 + rm -f $prefix/bin/idle3 fi fi