diff options
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 |