diff options
author | Mike Gilbert <floppym@gentoo.org> | 2015-01-04 03:16:03 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2015-01-04 03:16:03 +0000 |
commit | 4704c39466b1ddaf7181457a490151314a12719f (patch) | |
tree | 124ea9b322c0e304788889db78be6331b335763d /sys-boot/grub/grub-2.02_beta2-r3.ebuild | |
parent | EAPI=5 (diff) | |
download | gentoo-2-4704c39466b1ddaf7181457a490151314a12719f.tar.gz gentoo-2-4704c39466b1ddaf7181457a490151314a12719f.tar.bz2 gentoo-2-4704c39466b1ddaf7181457a490151314a12719f.zip |
Replace grub2 migration guide URL, bug 534500.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'sys-boot/grub/grub-2.02_beta2-r3.ebuild')
-rw-r--r-- | sys-boot/grub/grub-2.02_beta2-r3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-boot/grub/grub-2.02_beta2-r3.ebuild b/sys-boot/grub/grub-2.02_beta2-r3.ebuild index b92816a9dc60..d2ebee011097 100644 --- a/sys-boot/grub/grub-2.02_beta2-r3.ebuild +++ b/sys-boot/grub/grub-2.02_beta2-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r3.ebuild,v 1.4 2014/12/16 16:07:02 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r3.ebuild,v 1.5 2015/01/04 03:16:03 floppym Exp $ EAPI=5 @@ -310,7 +310,7 @@ pkg_postinst() { if has_version 'sys-boot/grub:0'; then elog "A migration guide for GRUB Legacy users is available:" - elog " http://www.gentoo.org/doc/en/grub2-migration.xml" + elog " https://wiki.gentoo.org/wiki/GRUB2_Migration" fi if [[ -z ${REPLACING_VERSIONS} ]]; then |