diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2007-01-18 18:35:43 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2007-01-18 18:35:43 +0000 |
commit | d28f81516b8087bfc85e8e8c4281e021afa53240 (patch) | |
tree | d0911261515306711f8d5349e432bf844d7cdb06 /app-shells | |
parent | Stable for HPPA (bug #162646). (diff) | |
download | gentoo-2-d28f81516b8087bfc85e8e8c4281e021afa53240.tar.gz gentoo-2-d28f81516b8087bfc85e8e8c4281e021afa53240.tar.bz2 gentoo-2-d28f81516b8087bfc85e8e8c4281e021afa53240.zip |
info symlink broke from move to ecompress. committing as obvious.
(Portage version: 2.1.2)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/bash/bash-3.2_p9-r1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-shells/bash/ChangeLog b/app-shells/bash/ChangeLog index ca0e4c720a2e..e711f0a9b707 100644 --- a/app-shells/bash/ChangeLog +++ b/app-shells/bash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/bash # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.131 2007/01/05 11:36:07 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.132 2007/01/18 18:35:43 dirtyepic Exp $ + + 18 Jan 2007; Ryan Hill <dirtyepic@gentoo.org> bash-3.2_p9-r1.ebuild: + info symlink broke from move to ecompress. committing as obvious. 05 Jan 2007; Roy Marples <uberlord@gentoo.org> files/bashrc: Fix support for BSD systems. diff --git a/app-shells/bash/bash-3.2_p9-r1.ebuild b/app-shells/bash/bash-3.2_p9-r1.ebuild index dbfd54877841..840394181270 100644 --- a/app-shells/bash/bash-3.2_p9-r1.ebuild +++ b/app-shells/bash/bash-3.2_p9-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.2_p9-r1.ebuild,v 1.1 2006/12/31 12:20:55 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.2_p9-r1.ebuild,v 1.2 2007/01/18 18:35:43 dirtyepic Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -126,7 +126,7 @@ src_install() { doman doc/*.1 dodoc README NEWS AUTHORS CHANGES COMPAT Y2K doc/FAQ doc/INTRO - dosym bash.info.gz /usr/share/info/bashref.info.gz + dosym bash.info.bz2 /usr/share/info/bashref.info.bz2 } pkg_preinst() { |