diff options
author | Bernard Normier <bernard@zeroc.com> | 2007-02-17 00:30:05 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2007-02-17 00:30:05 +0000 |
commit | a3477fd0b3bed993dd76c98a5986058765f418d0 (patch) | |
tree | 71b3dc36ead1efd151e3923113735f51d01d3f32 /cpp/makebindist.py | |
parent | Removed Router property (diff) | |
download | ice-a3477fd0b3bed993dd76c98a5986058765f418d0.tar.bz2 ice-a3477fd0b3bed993dd76c98a5986058765f418d0.tar.xz ice-a3477fd0b3bed993dd76c98a5986058765f418d0.zip |
Moved slice dir in RPM install
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 0e0e856bd64..553b544727a 100755 --- a/cpp/makebindist.py +++ b/cpp/makebindist.py @@ -264,7 +264,7 @@ def editMakeRules(filename, version): if line.startswith('slicedir'): print """ ifeq ($(ICE_DIR),/usr) - slicedir = $(ICE_DIR)/share/slice + slicedir = $(ICE_DIR)/share/Ice-$(VERSION)/slice else slicedir = $(ICE_DIR)/slice endif |