projects
/
iramuteq
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82dde3f
)
...
author
pierre
<pierre.ratinaud@univ-tlse2.fr>
Sat, 27 Jan 2024 15:30:23 +0000
(16:30 +0100)
committer
pierre
<pierre.ratinaud@univ-tlse2.fr>
Sat, 27 Jan 2024 15:30:23 +0000
(16:30 +0100)
checkinstall.py
patch
|
blob
|
history
diff --git
a/checkinstall.py
b/checkinstall.py
index
79b7c45
..
7b8e51b
100644
(file)
--- 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'] :