From e5dc448c3cbe6bb5197c65f3fc8cfadc49c56e4c Mon Sep 17 00:00:00 2001 From: pierre Date: Sat, 27 Jan 2024 16:30:23 +0100 Subject: [PATCH] ... --- checkinstall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checkinstall.py b/checkinstall.py index 79b7c45..7b8e51b 100644 --- a/checkinstall.py +++ b/checkinstall.py @@ -135,7 +135,7 @@ def FindRPAthWin32(): for progpath in progpaths : rpath = os.path.join(progpath, "R") if os.path.exists(rpath) : - for maj in range(2,4) : + for maj in range(3,5) : for i in range(0,30): for j in range(0,20): for poss in ['', 'i386', 'x64'] : -- 2.7.4