diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2003-09-10 19:04:31 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2003-09-10 19:04:31 +0000 |
commit | bb7f358f59b3d980af157d8253457100d09e7710 (patch) | |
tree | 2cb0526e366ab2cafd10f3ee04ccad3b157731d8 /app-shells/ksh/ksh-93.20030724.ebuild | |
parent | welcome to games-mud (diff) | |
download | gentoo-2-bb7f358f59b3d980af157d8253457100d09e7710.tar.gz gentoo-2-bb7f358f59b3d980af157d8253457100d09e7710.tar.bz2 gentoo-2-bb7f358f59b3d980af157d8253457100d09e7710.zip |
tweak
Diffstat (limited to 'app-shells/ksh/ksh-93.20030724.ebuild')
-rw-r--r-- | app-shells/ksh/ksh-93.20030724.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/ksh/ksh-93.20030724.ebuild b/app-shells/ksh/ksh-93.20030724.ebuild index 265f320ba2e3..57530b5f73da 100644 --- a/app-shells/ksh/ksh-93.20030724.ebuild +++ b/app-shells/ksh/ksh-93.20030724.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/ksh/ksh-93.20030724.ebuild,v 1.2 2003/09/10 17:57:30 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/ksh/ksh-93.20030724.ebuild,v 1.3 2003/09/10 19:04:24 taviso Exp $ inherit ccc eutils @@ -74,7 +74,7 @@ src_install() { # FIXME: talk to pdksh maintainer about making this nicer, # how can we co-exist nicely without blocking? - [ ! -f /bin/ksh ] && dosym /bin/ksh93 /bin/ksh + dosym /bin/ksh93 /bin/ksh newman ${my_arch}/man/man1/sh.1 ksh.1 dodoc lib/package/LICENSES/ast lib/package/gen/ast-ksh.txt |