diff options
author | Geert Bevin <gbevin@gentoo.org> | 2002-02-05 07:51:46 +0000 |
---|---|---|
committer | Geert Bevin <gbevin@gentoo.org> | 2002-02-05 07:51:46 +0000 |
commit | 8bb5d49f17f2f816f81430a7445c09f8e377cda8 (patch) | |
tree | 51c0652a87791539364bf601366b49499d5fd792 /sys-apps/grub | |
parent | new mozilla for the kids (diff) | |
download | gentoo-2-8bb5d49f17f2f816f81430a7445c09f8e377cda8.tar.gz gentoo-2-8bb5d49f17f2f816f81430a7445c09f8e377cda8.tar.bz2 gentoo-2-8bb5d49f17f2f816f81430a7445c09f8e377cda8.zip |
fixed typo
Diffstat (limited to 'sys-apps/grub')
-rw-r--r-- | sys-apps/grub/grub-0.90-r6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/grub/grub-0.90-r6.ebuild b/sys-apps/grub/grub-0.90-r6.ebuild index 8b038823656a..2e704fe10aaf 100644 --- a/sys-apps/grub/grub-0.90-r6.ebuild +++ b/sys-apps/grub/grub-0.90-r6.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Geert Bevin <gbevin@gentoo.org>, Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/grub/grub-0.90-r6.ebuild,v 1.2 2002/02/05 07:25:50 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/grub/grub-0.90-r6.ebuild,v 1.3 2002/02/05 07:51:46 gbevin Exp $ S=${WORKDIR}/${P} DESCRIPTION="GNU GRUB boot loader" @@ -87,6 +87,6 @@ pkg_postinst() { einfo '*** A new GRUB has been installed. If you need to reinstall GRUB to a' einfo '*** boot record on your drive, please remember to' einfo '*** "cp /usr/share/grub/i386-pc/*stage* /boot/grub" first.' - einfo '*** If you\'re using XFS, unmount and remount /boot as well.' + einfo "*** If you're using XFS, unmount and remount /boot as well." fi } |