Opened 4 years ago

Closed 4 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)

osx.packaging.patch (1.3 KB) - added by John Hoyt 4 years ago.

Download all attachments as: .zip

Change History (4)

Changed 4 years ago by John Hoyt

Attachment: osx.packaging.patch added

comment:1 Changed 4 years ago by John Hoyt

Sorry, that should read

echo "Installing filters"
make -C ../../filters INSTALL_ROOT=pwd install >/dev/null

comment:2 Changed 4 years ago by Mark Kendall

Milestone: needs_triage31.1
Owner: set to Mark Kendall
Status: newaccepted

comment:3 Changed 4 years ago by Mark Kendall

Resolution: Fixed
Status: acceptedclosed

Fix applied to master and 31.

Note: See TracTickets for help on using tickets.