Opened 19 years ago
Closed 19 years ago
#1758 closed patch (fixed)
Moves mythtv-setup into programs/mythtv-setup
Reported by: | Dibblah | Owned by: | Isaac Richards |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mythtv | Version: | |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Currently, for historical reasons, mythtv-setup is built in mythtv/setup. This simply moves it into mythtv/programs/mythtv-setup.
Patch is in two parts:
mythtv-setup-programs-move.diff
This is the integration bit of the patch. It's really small and is actually mostly removes of redundant qmake stuff.
mythtv-setup-programs-move.tar.gz
This is a simple copy + patch of mythtv/setup from 9843.
Attachments (4)
Change History (7)
by , 19 years ago
Attachment: | mythtv-setup-programs-move.diff added |
---|
by , 19 years ago
Attachment: | mythtv-setup-programs-move.tar.gz added |
---|
by , 19 years ago
Attachment: | mythtv-setup-programs-move-2.diff added |
---|
comment:1 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 19 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
There's one thing about this move that was missed, and it's been annoying me for a while now -- there's a line in configure that causes distclean to still reference the old setup directory, and it causes an error for every distclean. I think it's not needed anymore, since presumably the setup program gets distclean'd in the same fashion as all the other directories in 'programs' now.
Trivial patch attached.
by , 19 years ago
Attachment: | distclean-setup.patch added |
---|
Modifies the remaining references of 'setup' in the documentation to mythtv-setup