diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-10-04 12:21:31 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-10-04 12:21:31 +0000 |
commit | 7832a66eb0bedad3c0a38372044e686eb51873d2 (patch) | |
tree | 8a07b040eb3ab02d916feb9048c92a70f2bf9832 /cpp/makebindist.py | |
parent | Licenses for JGoodies jars (diff) | |
download | ice-7832a66eb0bedad3c0a38372044e686eb51873d2.tar.bz2 ice-7832a66eb0bedad3c0a38372044e686eb51873d2.tar.xz ice-7832a66eb0bedad3c0a38372044e686eb51873d2.zip |
Fixed rpm demo build
Diffstat (limited to 'cpp/makebindist.py')
-rwxr-xr-x | cpp/makebindist.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/makebindist.py b/cpp/makebindist.py index 288302ae4f3..e9ffedec770 100755 --- a/cpp/makebindist.py +++ b/cpp/makebindist.py @@ -361,6 +361,7 @@ prefix = $(ICE_DIR) # XXX: The following will not work for demos not in demo/A/B type dir # os.chdir("..") + runprog("for f in `find . -name .depend` ; do sed -i -e 's/\.\.\/\.\.\/\.\.\/slice/$(slicedir)/g' $f ; done") runprog("for f in `find . -name .depend` ; do sed -i -e 's/\.\.\/\.\.\/\.\./$(ICE_DIR)/g' $f ; done") makefile.close() |