Opened 14 years ago
Closed 14 years ago
#9767 closed Patch - Bug Fix (fixed)
mythweather scripts fails to install on some distros
Reported by: | 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 (1)
Change History (3)
Changed 14 years ago by
Attachment: | mythtv-master-mythweather_install.patch added |
---|
comment:1 Changed 14 years ago by
This is not the correct way to fix it. Fix is about to be committed.
comment:2 Changed 14 years ago by
Milestone: | unknown → 0.25 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
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