diff options
author | Benoit Foucher <benoit@zeroc.com> | 2007-08-07 17:48:16 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2007-08-07 17:49:24 +0200 |
commit | 87022bcd30bda0e68fb59bfd3c2844d69336c16f (patch) | |
tree | 5034f968d6baa8f68688417fbf8de79e5ac36bdd /cpp/makebindist.py | |
parent | Merge branch 'master' of ssh://cvs.zeroc.com/home/git/ice (diff) | |
download | ice-87022bcd30bda0e68fb59bfd3c2844d69336c16f.tar.bz2 ice-87022bcd30bda0e68fb59bfd3c2844d69336c16f.tar.xz ice-87022bcd30bda0e68fb59bfd3c2844d69336c16f.zip |
Fixed bug 2377
Diffstat (limited to 'cpp/makebindist.py')
-rwxr-xr-x | cpp/makebindist.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/makebindist.py b/cpp/makebindist.py index bbd9a4fa817..3c633e5b087 100755 --- a/cpp/makebindist.py +++ b/cpp/makebindist.py @@ -363,7 +363,7 @@ ifeq ($(ICE_HOME),) ICE_DIR = $(NEXTDIR) endif else - NEXTDIR = /opt/Ice-$(VERSION_MAJOR).$(VERSION_MINOR)) + NEXTDIR = /opt/Ice-$(VERSION_MAJOR).$(VERSION_MINOR) ifeq ($(shell test -f $(NEXTDIR)/bin/icestormadmin && echo 0),0) $(warning Ice distribution found in /usr and $(NEXTDIR)! Installation in "/usr" will be used by default. Use ICE_HOME to specify alternate Ice installation.) endif |