Opened 14 years ago

Closed 14 years ago

#9551 closed Bug Report (fixed)

php bindings fail to install because of hardcoded path

Reported by: james.meyer@… Owned by: beirdo
Priority: minor Milestone: 0.25
Component: Bindings - PHP Version: Master Head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

The php bindings fail to install on my machine because mythtv/bindings/php/Makefile has the program "install" hardcoded to /usr/bin/install. For my system install is located at /bin/install

Change History (2)

comment:1 Changed 14 years ago by Raymond Wagner

Component: MythTV - GeneralBindings - PHP
Milestone: unknown0.25
Owner: set to beirdo
Status: newassigned
Version: UnspecifiedTrunk Head

Line 8 in the Makefile manually defines INSTALL, however that variable should already be picked up by the root config.mak file. If this is removed, packaging/Gentoo/media-tv/mythtv-bindings will have to be updated to add that value.

comment:2 Changed 14 years ago by Gavin Hurlbut

Resolution: fixed
Status: assignedclosed

Fix the install of the PHP bindings

Fixes #9551. There's no need to redefine INSTALL=, it comes from config.mak. Also tweaked a $() -> ${} for consistency

Changeset: 74d3455b76a5a487eea5fb6aed84e3908221c236

Note: See TracTickets for help on using tickets.