DragonFly users List (threaded) for 2006-06
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: fixesproto keeps failing on bmake install
On Wed, Jun 07, 2006 at 09:15:42AM -0700, walt wrote:
> No, Johnny made a typo in pkgsrc/mk/flavor/pkg/install.mk:
>
> --- install.mk.bad 2006-06-07 08:21:45.000000000 -0700
> +++ install.mk 2006-06-07 09:10:05.000000000 -0700
> @@ -20,7 +20,7 @@
> ${_PKG_SILENT}${_PKG_DEBUG}
> ${TEST} -f ${WRKDIR}/.CONFLICTS || exit 0;
> ${ERROR_MSG} "${PKGNAME} conflicts with installed package(s):";
> - while read line; do ${ERROR_MSG} " $line"; done
> + while read line; do ${ERROR_MSG} " $$line"; done
>
> Can you fix that for us, Geert, or do I need to go thru pkgsrc-users?
Done, thanks for spotting this.
Geert
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]