Ticket #9767 (closed Patch - Bug Fix: fixed)
Opened 2 years ago
Last modified 2 years ago
mythweather scripts fails to install on some distros
| Reported by: | warped <warpme@…> | Owned by: | beirdo |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.25 |
| Component: | Plugin - MythWeather | Version: | Master Head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
makefile include for installing mythweather scripts contains absolute patch for install binary. As this binary has distro dependent location - on distros where this bin is not in /us/bin installing scripts fails. Attached patch removes absolute patch letting install process to use install tool pointed by env. patch.
Attachments
Change History
Changed 2 years ago by warped <warpme@…>
- Attachment mythtv-master-mythweather_install.patch added
comment:1 Changed 2 years ago by beirdo
This is not the correct way to fix it. Fix is about to be committed.
comment:2 Changed 2 years ago by Github
- Status changed from new to closed
- Resolution set to fixed
- Milestone changed from unknown to 0.25
Fix make install for mythweather scripts
Fixes #9767
Since INSTALL is already defined in the mythconfig.mak file, which contains the path as determined by configure, just include that rather than local override.
Branch: master Changeset: 30572a4811641e70bd20d5f5ae8a4e6855defd8a

patch