fixesproto keeps failing on bmake install

Geert Hendrickx ghen at telenet.be
Wed Jun 7 10:12:32 PDT 2006


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





More information about the Users mailing list