summaryrefslogtreecommitdiff
path: root/cpp/makebindist.py
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2007-02-17 00:30:05 +0000
committerBernard Normier <bernard@zeroc.com>2007-02-17 00:30:05 +0000
commita3477fd0b3bed993dd76c98a5986058765f418d0 (patch)
tree71b3dc36ead1efd151e3923113735f51d01d3f32 /cpp/makebindist.py
parentRemoved Router property (diff)
downloadice-a3477fd0b3bed993dd76c98a5986058765f418d0.tar.bz2
ice-a3477fd0b3bed993dd76c98a5986058765f418d0.tar.xz
ice-a3477fd0b3bed993dd76c98a5986058765f418d0.zip
Moved slice dir in RPM install
Diffstat (limited to 'cpp/makebindist.py')
-rwxr-xr-xcpp/makebindist.py2
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