[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Fix grub-install to use prefix for modules dir
From: |
Colin D Bennett |
Subject: |
Re: [PATCH] Fix grub-install to use prefix for modules dir |
Date: |
Tue, 17 Jun 2008 13:39:10 -0700 |
On Tue, 17 Jun 2008 15:46:12 -0400
Pavel Roskin <address@hidden> wrote:
> On Tue, 2008-06-17 at 10:51 -0700, Colin D Bennett wrote:
> > I fixed ``grub-install`` so it can function when installed
> > to a prefix other than ``/usr/local``. This simply meant adding
> >
> > --directory="${pkglibdir}
> >
> > to the command line arguments for grub_mkimage.
>
> The default is GRUB_LIBDIR, which is set to pkglibdir at the compile
> time. Your patch would have no effect if anything is compiled and
> installed properly.
Ok, I tried it again with current GRUB CVS and it works. I was working
with a CVS version from a couple of weeks ago; maybe the problem was
related to that.
Anyway, it sounds like my patch is unnecessary, so you can ignore it
now.
Regards,
Colin