Re: pkg/60395: textproc/jose: PLIST missing $PREFIX/share/licenses/jose/COPYING
"Thomas Klausner via gnats" <[email protected]> Sat, 4 Jul 2026 21:00:02 +0000 (UTC)
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.bugs |
|---|---|
| Message-ID | <[email protected]> |
The following reply was made to PR pkg/60395; it has been noted by GNATS. From: Thomas Klausner <[email protected]> To: NetBSD bugtracking <[email protected]> Cc: Subject: Re: pkg/60395: textproc/jose: PLIST missing $PREFIX/share/licenses/jose/COPYING Date: Sat, 4 Jul 2026 22:55:31 +0200 On Thu, Jul 02, 2026 at 07:50:01PM +0100, [email protected] via gnats wrote: > (not sure why other bulk builds work fine) Because of this: post-install: ${RM} -rf ${DESTDIR}/usr/pkg/share/licenses/jose Which was using hardcoded /usr/pkg - just fixed it. Thomas