[mythtv-commits] Ticket #13505: Rewrite python shebangs during 'make install' step
MythTV
noreply at mythtv.org
Tue Nov 12 19:55:23 UTC 2019
#13505: Rewrite python shebangs during 'make install' step
-------------------------------+--------------------------------
Reporter: rcrdnalor | Owner: Raymond Wagner
Type: Patch - Feature | Status: new
Priority: minor | Milestone: needs_triage
Component: Bindings - Python | Version: Master Head
Severity: medium | Resolution:
Keywords: python shebang | Ticket locked: 0
-------------------------------+--------------------------------
Comment (by rcrdnalor):
Maybe I was not precise enough in the description of this ticket:
QMAKE allows a custom step only at the beginning of the `INSTALLS` target
step:
This is defined by the `.extra` stanza and gets called *before* the
files/folders are actually installed. Running a script like 'pathfix.py'
at
this time over the source paths will modify the git sources
unconditionally.
This has to be avoided, because it is impractical.
I simply do not know how to run a script over the installed files
*at the end* of the QMAKE `INSTALLS` target.
I would really prefer to have a standardized step here instead of a
custom copy/rewrite script.
But as I said already, I do not know QMAKE well.
Help is appreciated.
--
Ticket URL: <https://code.mythtv.org/trac/ticket/13505#comment:2>
MythTV <http://www.mythtv.org>
MythTV Media Center
More information about the mythtv-commits
mailing list