Modify ↓
Ticket #9551 (closed Bug Report: fixed)
Opened 2 years ago
Last modified 2 years ago
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
Attachments
Change History
comment:1 Changed 2 years ago by wagnerrp
- Owner set to beirdo
- Status changed from new to assigned
- Version changed from Unspecified to Trunk Head
- Component changed from MythTV - General to Bindings - PHP
- Milestone changed from unknown to 0.25
comment:2 Changed 2 years ago by Gavin Hurlbut
- Status changed from assigned to closed
- Resolution set to fixed
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.

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.