[grub2] fix references to grub/grub2 renames in info pages (#743964)

Peter Jones pjones at fedoraproject.org
Mon Nov 7 16:45:16 UTC 2011


commit 51c2ea75cb0df515fa2fcc3d2ff703fe408cc5f7
Author: Mads Kiilerich <mads at kiilerich.com>
Date:   Thu Oct 27 17:08:59 2011 +0200

    fix references to grub/grub2 renames in info pages (#743964)

 grub2.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/grub2.spec b/grub2.spec
index 3d40f28..c8552e2 100644
--- a/grub2.spec
+++ b/grub2.spec
@@ -153,6 +153,8 @@ make %{?_smp_mflags}
 sed -i -e 's,(grub),(%{name}),g' \
 	-e 's,grub.info,%{name}.info,g' \
 	-e 's,\* GRUB:,* GRUB2:,g' \
+	-e 's,/boot/grub/,/boot/%{name}/,g' \
+	-e 's,grub-,%{name}-,g' \
 	docs/grub.info
 sed -i -e 's,grub-dev,%{name}-dev,g' docs/grub-dev.info
 


More information about the scm-commits mailing list