diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2004-10-07 19:01:20 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2004-10-07 19:01:20 +0000 |
commit | 0bf9de6c5812d4b0153f6bb4f7addfa539ae62e4 (patch) | |
tree | d618c04620bbb32b5b6c562cf43bf161d516f123 /app-shells/ksh/ksh-93.20040229.ebuild | |
parent | Stable amd64. (Manifest recommit) (diff) | |
download | gentoo-2-0bf9de6c5812d4b0153f6bb4f7addfa539ae62e4.tar.gz gentoo-2-0bf9de6c5812d4b0153f6bb4f7addfa539ae62e4.tar.bz2 gentoo-2-0bf9de6c5812d4b0153f6bb4f7addfa539ae62e4.zip |
typo
Diffstat (limited to 'app-shells/ksh/ksh-93.20040229.ebuild')
-rw-r--r-- | app-shells/ksh/ksh-93.20040229.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/ksh/ksh-93.20040229.ebuild b/app-shells/ksh/ksh-93.20040229.ebuild index f5496d416a1f..dbbd38de9d6f 100644 --- a/app-shells/ksh/ksh-93.20040229.ebuild +++ b/app-shells/ksh/ksh-93.20040229.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/ksh/ksh-93.20040229.ebuild,v 1.10 2004/10/05 20:26:49 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/ksh/ksh-93.20040229.ebuild,v 1.11 2004/10/07 19:01:20 taviso Exp $ inherit ccc eutils flag-o-matic @@ -68,7 +68,7 @@ src_install() { exeinto /bin doexe ${my_arch}/bin/ok/ksh - dosym /bin/ksh ksh93 + dosym /bin/ksh /bin/ksh93 newman ${my_arch}/man/man1/sh.1 ksh.1 dodoc lib/package/LICENSES/ast lib/package/gen/ast-ksh.txt |