summaryrefslogtreecommitdiff
path: root/php/config
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2015-02-18 10:29:49 -0330
committerMatthew Newhook <matthew@zeroc.com>2015-02-18 10:29:49 -0330
commitb55ce15878456e3d2f0656bcd6abd5a55c6774b1 (patch)
treee7e771a3d90ae7295f20bf0622b72c72cc3a85e0 /php/config
parentFixed ObjC build (diff)
downloadice-b55ce15878456e3d2f0656bcd6abd5a55c6774b1.tar.bz2
ice-b55ce15878456e3d2f0656bcd6abd5a55c6774b1.tar.xz
ice-b55ce15878456e3d2f0656bcd6abd5a55c6774b1.zip
Changes for brew, python PyPI packaging and ruby gem packaging.
Diffstat (limited to 'php/config')
-rw-r--r--php/config/Make.rules.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/php/config/Make.rules.php b/php/config/Make.rules.php
index e122b32d505..1c570bd4201 100644
--- a/php/config/Make.rules.php
+++ b/php/config/Make.rules.php
@@ -107,7 +107,8 @@ else
endif
libdir = $(top_srcdir)/lib
-ifneq ($(prefix), /usr)
+
+ifndef usr_dir_install
install_phpdir = $(prefix)/php
install_libdir = $(prefix)/php
else