mirror of
https://src.fedoraproject.org/rpms/grub2.git
synced 2024-11-24 14:32:58 +00:00
7e98da058f
This change reorganizes and cleanups our patches to reduce the patch number from 314 patches to 187. That's achieved by dropping patches that are later reverted and squashing fixes for earlier patches that introduced features. There are no code changes and the diff with upstream is the same before and after the cleanup. Having fewer patches makes easier to manage the patchset and also will ease to rebase them on top of the latest grub-2.04 release. Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
23 lines
679 B
Diff
23 lines
679 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Peter Jones <pjones@redhat.com>
|
|
Date: Thu, 26 Jul 2018 14:54:44 -0400
|
|
Subject: [PATCH] Fix an 8 year old typo.
|
|
|
|
Signed-off-by: Peter Jones <pjones@redhat.com>
|
|
---
|
|
configure.ac | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/configure.ac b/configure.ac
|
|
index 5f47a9265f3..9ab683fefac 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -307,7 +307,7 @@ fi
|
|
|
|
AC_SUBST(bootdirname)
|
|
AC_DEFINE_UNQUOTED(GRUB_BOOT_DIR_NAME, "$bootdirname",
|
|
- [Default boot directory name]")
|
|
+ [Default boot directory name])
|
|
|
|
AC_ARG_WITH([grubdir],
|
|
AS_HELP_STRING([--with-grubdir=DIR],
|