pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/57413: textproc/docbook-xsl fails to install on macOS
On 17 May 2023, at 22:50, Thomas Klausner wrote:
> The following reply was made to PR pkg/57413; it has been noted by GNATS.
>
> From: Thomas Klausner <wiz%gatalith.at@localhost>
> To: NetBSD bugtracking <gnats-bugs%NetBSD.org@localhost>
> Cc:
> Subject: Re: pkg/57413: textproc/docbook-xsl fails to install on macOS
> Date: Wed, 17 May 2023 16:47:04 +0200
>
> On Wed, May 17, 2023 at 02:45:00PM +0000, jonthn+pkgsrc%pinacea.com@localhost wrote:
>> - cd ${WRKSRC}/template && ${PAX} -rw -pp -pm . ${DESTDIR}${EGDIR}
>> + cd ${WRKSRC}/template && ${PAX} -rw -pp -pm -s /\.//p . ${DESTDIR}${EGDIR}
>
> Does replacing '.' with '*' also work? i.e.:
>
> cd ${WRKSRC}/template && ${PAX} -rw -pp -pm * ${DESTDIR}${EGDIR}
>
> Thomas
Yes it works.
I was not sure of the real benefit of using . (maybe less glob / shell expansion).
So I tried to keep original intent.
Home |
Main Index |
Thread Index |
Old Index