diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-06-27 07:12:39 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-06-27 07:12:39 +0000 |
commit | b6a63f1d1154d8fb7d7fef492baaafab0d3fc4bf (patch) | |
tree | 2c6e1f35e0a96a9904e5b548c7e0e183370bebb3 /app-emulation/xen-tools/xen-tools-3.4.0-r1.ebuild | |
parent | Initial commit (#275522) (diff) | |
download | gentoo-2-b6a63f1d1154d8fb7d7fef492baaafab0d3fc4bf.tar.gz gentoo-2-b6a63f1d1154d8fb7d7fef492baaafab0d3fc4bf.tar.bz2 gentoo-2-b6a63f1d1154d8fb7d7fef492baaafab0d3fc4bf.zip |
Fixing link to gentoo-wiki.com, fixes #275219
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/xen-tools/xen-tools-3.4.0-r1.ebuild')
-rw-r--r-- | app-emulation/xen-tools/xen-tools-3.4.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/xen-tools/xen-tools-3.4.0-r1.ebuild b/app-emulation/xen-tools/xen-tools-3.4.0-r1.ebuild index 7c0c19708e65..0f04707b2bdc 100644 --- a/app-emulation/xen-tools/xen-tools-3.4.0-r1.ebuild +++ b/app-emulation/xen-tools/xen-tools-3.4.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-3.4.0-r1.ebuild,v 1.1 2009/06/22 16:33:24 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-3.4.0-r1.ebuild,v 1.2 2009/06/27 07:12:39 patrick Exp $ EAPI="2" @@ -195,7 +195,7 @@ src_install() { pkg_postinst() { elog "Official Xen Guide and the unoffical wiki page:" elog " http://www.gentoo.org/doc/en/xen-guide.xml" - elog " http://gentoo-wiki.com/HOWTO_Xen_and_Gentoo" + elog " http://en.gentoo-wiki.com/wiki/Xen/" if [[ "$(scanelf -s __guard -q $(type -P python))" ]] ; then echo |