diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2015-04-10 11:48:02 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2015-04-10 11:48:02 -0230 |
commit | 8029dfb4442d76df812e14e2cb433d19cf37cb4e (patch) | |
tree | 4cc199fd8a43bfb3d18d4abdc5b5373f0c3c2149 /python/config | |
parent | Removed install of CHANGES file (diff) | |
download | ice-8029dfb4442d76df812e14e2cb433d19cf37cb4e.tar.bz2 ice-8029dfb4442d76df812e14e2cb433d19cf37cb4e.tar.xz ice-8029dfb4442d76df812e14e2cb433d19cf37cb4e.zip |
Fixed install in python and php
Diffstat (limited to 'python/config')
-rw-r--r-- | python/config/Make.rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/config/Make.rules b/python/config/Make.rules index 64725d998c8..5f160be71e3 100644 --- a/python/config/Make.rules +++ b/python/config/Make.rules @@ -96,6 +96,8 @@ ifndef usr_dir_install RPATH_DIR = $(prefix)/$(libsubdir) endif +install_bindir = $(prefix)/$(binsubdir) + # # Platform specific definitions # |