diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-11-05 02:19:14 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-11-05 02:19:14 +0000 |
commit | 52e0fac590207e2924ed11876897da607c31f3e9 (patch) | |
tree | 2ab59eb33a8973eefeaa61f9a094646191acffcf /app-shells/pdksh | |
parent | spelling error correction (diff) | |
download | gentoo-2-52e0fac590207e2924ed11876897da607c31f3e9.tar.gz gentoo-2-52e0fac590207e2924ed11876897da607c31f3e9.tar.bz2 gentoo-2-52e0fac590207e2924ed11876897da607c31f3e9.zip |
fixed install path
Diffstat (limited to 'app-shells/pdksh')
-rw-r--r-- | app-shells/pdksh/ChangeLog | 7 | ||||
-rw-r--r-- | app-shells/pdksh/pdksh-5.2.14-r4.ebuild | 3 |
2 files changed, 8 insertions, 2 deletions
diff --git a/app-shells/pdksh/ChangeLog b/app-shells/pdksh/ChangeLog index 1831b7a52ec7..564a20f3c29d 100644 --- a/app-shells/pdksh/ChangeLog +++ b/app-shells/pdksh/ChangeLog @@ -1,9 +1,14 @@ # ChangeLog for app-shells/pdksh # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-shells/pdksh/ChangeLog,v 1.5 2002/07/29 02:24:21 cselkirk Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/pdksh/ChangeLog,v 1.6 2002/11/05 02:19:14 seemant Exp $ *pdksh-5.2.14-r4 (13 Apr 2002) + 04 Nov 2002; Seemant Kulleen <seemant@gentoo.org> pdksh-5.2.14-r4.ebuild : + + Changed install path to install the ksh binary into /bin instead of + /usr/bin. Thanks to: gilles_gros@yahoo.com (Gilles G) in bug #10229 + 28 Jul 2002; Calum Selkirk <cselkirk@gentoo.org> pdksh-5.2.14-r4.ebuild, pdksh-5.2.14-r3.ebuild : diff --git a/app-shells/pdksh/pdksh-5.2.14-r4.ebuild b/app-shells/pdksh/pdksh-5.2.14-r4.ebuild index 06974a02e92d..3140d785def8 100644 --- a/app-shells/pdksh/pdksh-5.2.14-r4.ebuild +++ b/app-shells/pdksh/pdksh-5.2.14-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/pdksh/pdksh-5.2.14-r4.ebuild,v 1.8 2002/10/20 18:40:47 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/pdksh/pdksh-5.2.14-r4.ebuild,v 1.9 2002/11/05 02:19:14 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="The Public Domain Korn Shell" @@ -32,6 +32,7 @@ src_compile() { src_install() { + into / dobin ksh into usr doman ksh.1 |