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