|
From: | Isaac Dupree |
Subject: | Re: [PATCH] Fix grub-install to use prefix for modules dir |
Date: | Tue, 17 Jun 2008 16:11:20 -0400 |
User-agent: | Thunderbird 2.0.0.14 (X11/20080505) |
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 GRUB_LIBDIR, which is set to pkglibdir at the compile time. Your patch would have no effect if anything is compiled and installed properly.
indeed, grub-install works for me with ./configure --prefix=$PWD/inst; make; make install; sudo ./inst/sbin/grub-install ...
-Isaac
[Prev in Thread] | Current Thread | [Next in Thread] |