diff options
Diffstat (limited to 'cpp/newmakebindist.py')
-rwxr-xr-x | cpp/newmakebindist.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/newmakebindist.py b/cpp/newmakebindist.py index 297ef4aa6bc..fd28792f271 100755 --- a/cpp/newmakebindist.py +++ b/cpp/newmakebindist.py @@ -189,7 +189,7 @@ else ICE_DIR = $(ICE_HOME) endif -ifneq ($(shell test -d $(ICE_DIR)/bin/icecpp && echo 0),0) +ifneq ($(shell test -d $(ICE_DIR)/bin/icepackadmin && echo 0),0) $(error Ice distribution not found, please set ICE_HOME!) endif """ |