Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 345371 | Differences between
and this patch

Collapse All | Expand All

(-)grub-0.97.orig//configure.in (-1 / +1 lines)
Lines 755-759 Link Here
755
		 docs/Makefile lib/Makefile util/Makefile \
755
		 docs/Makefile lib/Makefile util/Makefile \
756
		 grub/Makefile netboot/Makefile util/grub-crypt \
756
		 grub/Makefile netboot/Makefile util/grub-crypt \
757
		 util/grub-image util/grub-install util/grub-md5-crypt \
757
		 util/grub-image util/grub-install util/grub-md5-crypt \
758
		 util/grub-terminfo])
758
		 util/grub-terminfo util/grub-set-default ])
759
AC_OUTPUT
759
AC_OUTPUT
(-)grub-0.97.orig//util/Makefile.am (-2 / +2 lines)
Lines 1-7 Link Here
1
if !PLATFORM_EFI
1
if !PLATFORM_EFI
2
2
3
bin_PROGRAMS = mbchk
3
bin_PROGRAMS = mbchk
4
sbin_SCRIPTS = grub-install grub-md5-crypt grub-terminfo grub-crypt
4
sbin_SCRIPTS = grub-install grub-md5-crypt grub-terminfo grub-crypt grub-set-default
5
noinst_SCRIPTS = grub-image mkbimage
5
noinst_SCRIPTS = grub-image mkbimage
6
6
7
EXTRA_DIST = mkbimage
7
EXTRA_DIST = mkbimage
Lines 14-19 Link Here
14
14
15
else
15
else
16
16
17
sbin_SCRIPTS = grub-md5-crypt grub-terminfo grub-crypt
17
sbin_SCRIPTS = grub-md5-crypt grub-terminfo grub-crypt grub-set-default
18
18
19
endif
19
endif

Return to bug 345371