On Wed, Jun 27, 2018 at 07:06:44PM -0400, Joseph Ward wrote:
> Hi everyone,
>
> I'm creating some internal-only ports and I'm trying to maintain the
> permissions and owners of the files present in the distfile.tar.gz when
> they get packaged up for install.
>
> When I "make extract", the "do-ext
Thank you. I found that to be the case; even though changing the
"do-extract" target successfully staged the files and directories with
the original permissions, pkg create seems to strip them out again
without the pkg-plist additions.
Are you aware of an easy/already existing command to create t
On Thu, Jun 28, 2018 at 01:43:41PM -0400, Joseph Ward wrote:
> Thank you. I found that to be the case; even though changing the
> "do-extract" target successfully staged the files and directories with
> the original permissions, pkg create seems to strip them out again
> without the pkg-plist addi
On Thu, Jun 28, 2018, 3:06 PM Mathieu Arnold, wrote:
> On Thu, Jun 28, 2018 at 01:43:41PM -0400, Joseph Ward wrote:
> > Thank you. I found that to be the case; even though changing the
> > "do-extract" target successfully staged the files and directories with
> > the original permissions, pkg cr