Re: Packaging: blib/share files, etc
Gary Buhrmaster <[email protected]> Tue, 9 Jun 2020 16:48:25 +0000
| Newsgroups | gmane.comp.tv.xmltv.devel |
|---|---|
| Message-ID | <CAMfXtQzx4+EevRXUnaT9TCawZQBFuS41ROhAw5uUnjBz3F88=A@mail.gmail.com> |
On Tue, May 26, 2020 at 6:32 PM Craig Treleaven <[email protected]> wrote: > I think I will stick with the pure_install target. I have no idea regarding MacPorts and the packaging standards, but as I recall for xmltv one can also add in a: `make share_install ....options....` after the `make pure_install ....` in order to get the extra share files without the default install target trying to modify system files (which I suspect is the purpose of the pure_install target, since the install target attempts to change files that I suspect are protected in MacOS).