summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-07-04 11:35:49 +0000
committerSven Wegener <swegener@gentoo.org>2005-07-04 11:35:49 +0000
commitc435d67d850c97ea94e29dff845bae29557237ed (patch)
tree7c2919edb103baf6f38ae8784067b9c9e0793acd /sys-boot/grub/grub-0.96-r1.ebuild
parentStable on x86. (diff)
downloadhistorical-c435d67d850c97ea94e29dff845bae29557237ed.tar.gz
historical-c435d67d850c97ea94e29dff845bae29557237ed.tar.bz2
historical-c435d67d850c97ea94e29dff845bae29557237ed.zip
Updated the postinst message for bug #97882.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'sys-boot/grub/grub-0.96-r1.ebuild')
-rw-r--r--sys-boot/grub/grub-0.96-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-boot/grub/grub-0.96-r1.ebuild b/sys-boot/grub/grub-0.96-r1.ebuild
index 6394b5c8c4b1..6a73c8157b20 100644
--- a/sys-boot/grub/grub-0.96-r1.ebuild
+++ b/sys-boot/grub/grub-0.96-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.96-r1.ebuild,v 1.11 2005/05/29 12:56:58 cryos Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.96-r1.ebuild,v 1.12 2005/07/04 11:35:49 swegener Exp $
inherit mount-boot eutils flag-o-matic toolchain-funcs
@@ -152,7 +152,7 @@ pkg_postinst() {
[[ -e /boot/grub/stage2 ]] && mv /boot/grub/stage2{,.old}
- einfo "Copying files from /usr/lib/grub to /boot"
+ einfo "Copying files from /lib/grub and /usr/lib/grub to /boot"
for x in /lib/grub/*/* /usr/lib/grub/*/* ; do
[[ -f ${x} ]] && cp -p ${x} /boot/grub
done