chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] recover CHICKEN_INSTALL_PREFIX


From: felix . winkelmann
Subject: Re: [PATCH] recover CHICKEN_INSTALL_PREFIX
Date: Fri, 21 Jul 2023 16:12:52 +0200

> On Fri, Jul 21, 2023 at 03:54:41PM +0200, felix.winkelmann@bevuta.com wrote:
> > diff --git a/egg-compile.scm b/egg-compile.scm
> > index 99a94fe8..b14535da 100644
> > --- a/egg-compile.scm
> > +++ b/egg-compile.scm
> > @@ -412,7 +420,7 @@
> >      (define (compile-common info walk)
> >        (case (car info)
> >          ((target)
> > -         (when (eq? mode 'target)
> > +         (when (eq? mode =)
> >             (for-each walk (cdr info))))
> >          ((host)
> >           (when (eq? mode 'host)
> 
> This hunk looks incorrect.  What did you intend to change this to?
> 

Indeed - sorry about that, here an improved version.


felix

Attachment: 0001-Allow-overriding-general-installation-prefix-in-chic.patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]