diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2005-03-29 16:47:38 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2005-03-29 16:47:38 +0000 |
commit | dc305912c445de7711a4daa644d986b0f9d543a8 (patch) | |
tree | c1550e8a90af1f9402447f57528cfcced55e551d /app-shells | |
parent | Fixed gem url (diff) | |
download | gentoo-2-dc305912c445de7711a4daa644d986b0f9d543a8.tar.gz gentoo-2-dc305912c445de7711a4daa644d986b0f9d543a8.tar.bz2 gentoo-2-dc305912c445de7711a4daa644d986b0f9d543a8.zip |
typo #87123
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/ksh/ksh-93.20050202.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/ksh/ksh-93.20050202.ebuild b/app-shells/ksh/ksh-93.20050202.ebuild index c2ab09dc476c..aa133163363a 100644 --- a/app-shells/ksh/ksh-93.20050202.ebuild +++ b/app-shells/ksh/ksh-93.20050202.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/app-shells/ksh/ksh-93.20050202.ebuild,v 1.3 2005/03/28 08:25:42 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/ksh/ksh-93.20050202.ebuild,v 1.4 2005/03/29 16:47:38 taviso Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -31,7 +31,7 @@ src_unpack() { cp ${DISTDIR}/ast-ksh.${RELEASE}.tgz ${S}/lib/package/tgz/ || die if use nls; then - cp ${DISTDIR}/ast-ksh-locale.2003-04-22.tgz ${S}/lib/package/tgz/ || die + cp ${DISTDIR}/ast-ksh-locale.${RELEASE}.tgz ${S}/lib/package/tgz/ || die fi # INIT provides the basic tools to start building. |