CVSROOT: /sources/grub
Module name: grub2
Changes by: Robert Millan <robertmh> 07/06/23 17:57:42
Modified files:
util : update-grub_lib.in
util/i386/pc : grub-install.in
Log message:
Oops. Commit the changes corresponding to this ChangeLog entry:
* util/update-grub_lib.in (convert_system_path_to_grub_path):
Split
code to make path relative to its root into a separate function.
* util/i386/pc/grub-install.in: Use newly provided
make_system_path_relative_to_its_root() to convert ${grubdir},
then
pass the result to grub-install --prefix.
that I forgot to apply before.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/grub2/util/update-grub_lib.in?cvsroot=grub&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/grub2/util/i386/pc/grub-install.in?cvsroot=grub&r1=1.13&r2=1.14
|