Date: Tue, 17 Nov 2009 13:10:02 GMT From: Jasper Koolhaas <jasper@geluidsnet.nl> To: freebsd-bugs@FreeBSD.org Subject: Re: bin/116908: [patch] pkg_create(1): pkg_create -b makes invalid packages for bsdpan-* Message-ID: <200911171310.nAHDA2oH099728@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/116908; it has been noted by GNATS. From: Jasper Koolhaas <jasper@geluidsnet.nl> To: bug-followup@FreeBSD.org, steve@mouf.net Cc: Subject: Re: bin/116908: [patch] pkg_create(1): pkg_create -b makes invalid packages for bsdpan-* Date: Tue, 17 Nov 2009 13:44:51 +0100 This diff still gives me an error, but pointed me to a fix in /usr/ local/lib/perl5/5.8.9/BSDPAN/ExtUtils/Packlist.pm that works for me: 53c53 < push @packinglist, "\@name $pkg_name\n", "\@cwd /\n"; --- > push @packinglist, "\@name $pkg_name\n", "\@cwd /usr/ local/\n"; 59,60c59,63 < push @packinglist, "$_\n" < for @files; --- > for (@files) { > s|^/usr/local/||; > push @packinglist, "$_\n"; > } > Kind regards, Jasper Koolhaas
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911171310.nAHDA2oH099728>