Opened 6 years ago
Closed 5 years ago
#13617 closed Patch - Bug Fix (Fixed)
MacOS X packaging issue
| Reported by: | John Hoyt | Owned by: | Mark Kendall |
|---|---|---|---|
| Priority: | minor | Milestone: | 31.1 |
| Component: | Packaging | Version: | Master Head |
| Severity: | medium | Keywords: | MacOS packaging |
| Cc: | Ticket locked: | no |
Description
compiling mythtv on macos no longer generates filters (as or 31 and perhaps earlier). Need to comment out the following lines in packaging/OSX/build/makebundle.sh:
echo "Installing filters"
make -C ../../filters INSTALL_ROOT=pwd install >/dev/null
Attachments (1)
Change History (4)
by , 6 years ago
| Attachment: | osx.packaging.patch added |
|---|
comment:1 by , 6 years ago
comment:2 by , 6 years ago
| Milestone: | needs_triage → 31.1 |
|---|---|
| Owner: | set to |
| Status: | new → accepted |
comment:3 by , 5 years ago
| Resolution: | → Fixed |
|---|---|
| Status: | accepted → closed |
Fix applied to master and 31.
Note:
See TracTickets
for help on using tickets.

Sorry, that should read
echo "Installing filters"
make -C ../../filters INSTALL_ROOT=pwd install >/dev/null