Re: [PATCH] Fix grub-install to use prefix for modules dir

2008-06-18 Thread Pavel Roskin
On Tue, 2008-06-17 at 23:09 -0700, Colin D Bennett wrote: > On Tue, 17 Jun 2008 20:04:29 -0400 > Pavel Roskin <[EMAIL PROTECTED]> wrote: > > > +util/elf/grub-mkimage.c_DEPENDENCIES = Makefile > Sounds good to me! Committed. -- Regards, Pavel Roskin ___

Re: [PATCH] Fix grub-install to use prefix for modules dir

2008-06-17 Thread Colin D Bennett
On Tue, 17 Jun 2008 20:04:29 -0400 Pavel Roskin <[EMAIL PROTECTED]> wrote: > On Tue, 2008-06-17 at 13:04 -0700, Colin D Bennett wrote: > > > I'm not sure. All I know is that I did > > ./configure --prefix=/home/cdb/bin/grub && make && make install, > > then I tried to do /home/cdb/bin/grub/bi

Re: [PATCH] Fix grub-install to use prefix for modules dir

2008-06-17 Thread Pavel Roskin
On Tue, 2008-06-17 at 13:04 -0700, Colin D Bennett wrote: > I'm not sure. All I know is that I did > ./configure --prefix=/home/cdb/bin/grub && make && make install, > then I tried to do /home/cdb/bin/grub/bin/grub-install /media/sdc1 and > grub-mkimage was getting called with /usr/local/lib/s

Re: [PATCH] Fix grub-install to use prefix for modules dir

2008-06-17 Thread Colin D Bennett
On Tue, 17 Jun 2008 15:46:12 -0400 Pavel Roskin <[EMAIL PROTECTED]> 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="${pkgli

Re: [PATCH] Fix grub-install to use prefix for modules dir

2008-06-17 Thread Colin D Bennett
On Tue, 17 Jun 2008 15:46:12 -0400 Pavel Roskin <[EMAIL PROTECTED]> 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="${pkgli

Re: [PATCH] Fix grub-install to use prefix for modules dir

2008-06-17 Thread Isaac Dupree
Pavel Roskin 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

Re: [PATCH] Fix grub-install to use prefix for modules dir

2008-06-17 Thread Pavel Roskin
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