summaryrefslogtreecommitdiff
path: root/cpp/makebindist.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/makebindist.py')
-rwxr-xr-xcpp/makebindist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/makebindist.py b/cpp/makebindist.py
index acf0fa07e16..9ca83bc6256 100755
--- a/cpp/makebindist.py
+++ b/cpp/makebindist.py
@@ -196,7 +196,7 @@ else
ICE_DIR = $(ICE_HOME)
endif
-ifneq ($(shell test -f $(ICE_DIR)/bin/icepackadmin && echo 0),0)
+ifneq ($(shell test -f $(ICE_DIR)/bin/icestormadmin && echo 0),0)
$(error Ice distribution not found, please set ICE_HOME!)
endif
"""