2009-11-12 Robert Millan <rmh.grub@aybabtu.com>
* util/i386/pc/grub-install.in: Move from here ... * util/grub-install.in: ... to here. Update all users.
This commit is contained in:
parent
c0ef331155
commit
7f2b34d84e
4 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2009-11-12 Robert Millan <rmh.grub@aybabtu.com>
|
||||
|
||||
* util/i386/pc/grub-install.in: Move from here ...
|
||||
* util/grub-install.in: ... to here. Update all users.
|
||||
|
||||
2009-11-11 Colin Watson <cjwatson@ubuntu.com>
|
||||
|
||||
* util/powerpc/ieee1275/grub-mkrescue.in: Fix --version output.
|
||||
|
|
|
@ -150,7 +150,7 @@ grub_emu_SOURCES = commands/minicmd.c commands/cat.c commands/cmp.c \
|
|||
grub_emu_LDFLAGS = $(LIBCURSES)
|
||||
|
||||
sbin_SCRIPTS += grub-install
|
||||
grub_install_SOURCES = util/i386/pc/grub-install.in
|
||||
grub_install_SOURCES = util/grub-install.in
|
||||
|
||||
bin_SCRIPTS += grub-mkrescue
|
||||
grub_mkrescue_SOURCES = util/i386/coreboot/grub-mkrescue.in
|
||||
|
|
|
@ -173,7 +173,7 @@ sbin_SCRIPTS = grub-install
|
|||
bin_SCRIPTS = grub-mkrescue
|
||||
|
||||
# For grub-install.
|
||||
grub_install_SOURCES = util/i386/pc/grub-install.in
|
||||
grub_install_SOURCES = util/grub-install.in
|
||||
|
||||
# For grub-mkrescue.
|
||||
grub_mkrescue_SOURCES = util/i386/pc/grub-mkrescue.in
|
||||
|
|
Loading…
Reference in a new issue