diff options
Diffstat (limited to 'cpp/src/ca/iceca')
-rwxr-xr-x | cpp/src/ca/iceca | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/ca/iceca b/cpp/src/ca/iceca index 9048b7b01e4..2202f385c50 100755 --- a/cpp/src/ca/iceca +++ b/cpp/src/ca/iceca @@ -109,7 +109,7 @@ if sys.argv[script] == "import": # script ../lib). For development purposes we also check ".". # checkLocations = [".", os.path.abspath(os.path.join(os.path.dirname(sys.argv[0]), "..", "lib")), - "/usr/share/Ice-3.3.1"] + "/usr/share/Ice-3.4b"] for bindir in checkLocations: bindir = os.path.normpath(bindir) if os.path.exists(os.path.join(bindir, "ImportKey.class")): |