summaryrefslogtreecommitdiff
path: root/cpp/newmakebindist.py
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2005-03-07 16:08:58 +0000
committerBenoit Foucher <benoit@zeroc.com>2005-03-07 16:08:58 +0000
commit25f472745010f0c40e816a52ff2e156f145abc46 (patch)
tree27ee285e613a3126a5467507f3f6d0b51e782401 /cpp/newmakebindist.py
parentAdded a note for BDB shared libs. (diff)
downloadice-25f472745010f0c40e816a52ff2e156f145abc46.tar.bz2
ice-25f472745010f0c40e816a52ff2e156f145abc46.tar.xz
ice-25f472745010f0c40e816a52ff2e156f145abc46.zip
Oops, fix for previous fix
Diffstat (limited to 'cpp/newmakebindist.py')
-rwxr-xr-xcpp/newmakebindist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/newmakebindist.py b/cpp/newmakebindist.py
index fd28792f271..fb5846a3f62 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/icepackadmin && echo 0),0)
+ifneq ($(shell test -f $(ICE_DIR)/bin/icepackadmin && echo 0),0)
$(error Ice distribution not found, please set ICE_HOME!)
endif
"""