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 | 9d6e67dbf0d0b55b48d5890d51a2622deba5a221 (patch) | |
tree | 19803152922312752773b269257edb2f7be21d46 /app-shells/ksh | |
parent | welcome to games-mud (diff) | |
download | historical-9d6e67dbf0d0b55b48d5890d51a2622deba5a221.tar.gz historical-9d6e67dbf0d0b55b48d5890d51a2622deba5a221.tar.bz2 historical-9d6e67dbf0d0b55b48d5890d51a2622deba5a221.zip |
tweak
Diffstat (limited to 'app-shells/ksh')
-rw-r--r-- | app-shells/ksh/Manifest | 2 | ||||
-rw-r--r-- | app-shells/ksh/ksh-93.20030724.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-shells/ksh/Manifest b/app-shells/ksh/Manifest index a45c21438388..1571002096ac 100644 --- a/app-shells/ksh/Manifest +++ b/app-shells/ksh/Manifest @@ -1,4 +1,4 @@ -MD5 35f81a9474270c9232091a710536e957 ksh-93.20030724.ebuild 2421 +MD5 55a746ecc0b2c7f6be6912f63fcbcfab ksh-93.20030724.ebuild 2400 MD5 7494a9475442734dfda7a7a3f4c86dc1 ksh-93.20030422.ebuild 3189 MD5 5c9e0e8e4fb34deb57528a0976f5aed7 ChangeLog 812 MD5 e1baa44340503f92d40f821f1c389419 metadata.xml 1264 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 |