summaryrefslogtreecommitdiff
path: root/cpp/makebindist.py
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2005-10-07 20:33:56 +0000
committerMark Spruiell <mes@zeroc.com>2005-10-07 20:33:56 +0000
commit1e7ac2b30f2e3a231719e0d8935bf1a47a3bc6bc (patch)
tree8fe30b41bee25811b277dc9221d615e47c846b86 /cpp/makebindist.py
parentbug 475: removing IcePack projects (diff)
downloadice-1e7ac2b30f2e3a231719e0d8935bf1a47a3bc6bc.tar.bz2
ice-1e7ac2b30f2e3a231719e0d8935bf1a47a3bc6bc.tar.xz
ice-1e7ac2b30f2e3a231719e0d8935bf1a47a3bc6bc.zip
fix for bug 475: removing IcePack
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
"""