summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src')
-rw-r--r--[-rwxr-xr-x]cpp/src/ca/iceca2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/ca/iceca b/cpp/src/ca/iceca
index fb843cba17b..937349cea8d 100755..100644
--- a/cpp/src/ca/iceca
+++ b/cpp/src/ca/iceca
@@ -74,7 +74,7 @@ if sys.argv[script] == "import":
# development. "/usr/bin" handles RPM installs and "/opt/..."
# handles standard tarball installs.
#
- checkLocations = [os.path.dirname(sys.argv[0]), ".", "/usr/bin", "/opt/Ice-3.2.0/bin"]
+ checkLocations = [os.path.dirname(sys.argv[0]), ".", "/usr/bin", "/opt/Ice-3.3.0/bin"]
if os.getenv("ICE_HOME"):
checkLocations.append(os.path.join(os.getenv("ICE_HOME"), "bin"))
for bindir in checkLocations: