diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2003-05-29 11:58:49 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2003-05-29 11:58:49 +0000 |
commit | e224a1ed49f7ecda8abdcbbf734e4fba6acd6934 (patch) | |
tree | f86b58405f9a53c08b518888bb9a882a82f6198f /app-shells/ksh | |
parent | adding Manifest (diff) | |
download | gentoo-2-e224a1ed49f7ecda8abdcbbf734e4fba6acd6934.tar.gz gentoo-2-e224a1ed49f7ecda8abdcbbf734e4fba6acd6934.tar.bz2 gentoo-2-e224a1ed49f7ecda8abdcbbf734e4fba6acd6934.zip |
tweak symlinks
Diffstat (limited to 'app-shells/ksh')
-rw-r--r-- | app-shells/ksh/Manifest | 2 | ||||
-rw-r--r-- | app-shells/ksh/ksh-93.20030422.ebuild | 9 |
2 files changed, 6 insertions, 5 deletions
diff --git a/app-shells/ksh/Manifest b/app-shells/ksh/Manifest index b69e999b65bf..2fc9c282c7a4 100644 --- a/app-shells/ksh/Manifest +++ b/app-shells/ksh/Manifest @@ -1,3 +1,3 @@ -MD5 3731b18e1028c1c2f959362cd024cdb6 ksh-93.20030422.ebuild 3107 +MD5 f0ef0612046c662aa1cfd2ef361d91b4 ksh-93.20030422.ebuild 3188 MD5 5505f476c5ae16fbe73d36519a1831e5 ChangeLog 365 MD5 ae6a966c5c8702e7199266a3b73a9291 files/digest-ksh-93.20030422 206 diff --git a/app-shells/ksh/ksh-93.20030422.ebuild b/app-shells/ksh/ksh-93.20030422.ebuild index e6d9cb25471c..93421694c215 100644 --- a/app-shells/ksh/ksh-93.20030422.ebuild +++ b/app-shells/ksh/ksh-93.20030422.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.20030422.ebuild,v 1.1 2003/05/29 03:57:33 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/ksh/ksh-93.20030422.ebuild,v 1.2 2003/05/29 11:58:41 taviso Exp $ RELEASE="2003-04-22" DESCRIPTION="The Original Korn Shell, 1993 revision (ksh93)." @@ -19,8 +19,7 @@ KEYWORDS="~x86 ~alpha" IUSE="static nls" DEPEND="virtual/glibc - >=sys-apps/sed-4 - !app-shells/pdksh" + >=sys-apps/sed-4" RDEPEND="virtual/glibc" S=${WORKDIR} @@ -86,8 +85,10 @@ src_compile() { src_install() { # check where the build scripts put them local my_arch="${S}/arch/$(${S}/bin/package)" + mv ${my_arch}/bin/ok/ksh ${my_arch}/bin/ok/ksh93 exeinto /bin - doexe ${my_arch}/bin/ok/ksh + doexe ${my_arch}/bin/ok/ksh93 + [ ! -f /bin/ksh ] && dosym /bin/ksh93 /bin/ksh # i doubt anyone is fanatical enough to use # this as /bin/sh. mv ${my_arch}/man/man1/sh.1 ${my_arch}/man/man1/ksh.1 |