From 51c2ea75cb0df515fa2fcc3d2ff703fe408cc5f7 Mon Sep 17 00:00:00 2001 From: Mads Kiilerich Date: Thu, 27 Oct 2011 17:08:59 +0200 Subject: [PATCH] fix references to grub/grub2 renames in info pages (#743964) --- grub2.spec | 2 ++ 1 file changed, 2 insertions(+) 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