summaryrefslogtreecommitdiff
path: root/cpp/makebindist.py
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2006-10-04 12:21:31 +0000
committerDwayne Boone <dwayne@zeroc.com>2006-10-04 12:21:31 +0000
commit7832a66eb0bedad3c0a38372044e686eb51873d2 (patch)
tree8a07b040eb3ab02d916feb9048c92a70f2bf9832 /cpp/makebindist.py
parentLicenses for JGoodies jars (diff)
downloadice-7832a66eb0bedad3c0a38372044e686eb51873d2.tar.bz2
ice-7832a66eb0bedad3c0a38372044e686eb51873d2.tar.xz
ice-7832a66eb0bedad3c0a38372044e686eb51873d2.zip
Fixed rpm demo build
Diffstat (limited to 'cpp/makebindist.py')
-rwxr-xr-xcpp/makebindist.py1
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()