diff options
author | Benoit Foucher <benoit@zeroc.com> | 2005-03-07 15:09:22 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2005-03-07 15:09:22 +0000 |
commit | 3a32d36b3879c8ddd41563ee5199cbfdb8b189bd (patch) | |
tree | f5acd2619af97eabeb6f5551856e6969f1b32891 /cpp/newmakebindist.py | |
parent | Check for bin/icecpp instead of include/Ice for ICE_HOME check (diff) | |
download | ice-3a32d36b3879c8ddd41563ee5199cbfdb8b189bd.tar.bz2 ice-3a32d36b3879c8ddd41563ee5199cbfdb8b189bd.tar.xz ice-3a32d36b3879c8ddd41563ee5199cbfdb8b189bd.zip |
Check for bin/icepackadmin instead of bin/icecpp ICE_HOME check
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 """ |