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 | 3a55decb63ab466cfeaa6a3591b988338a720a22 (patch) | |
tree | bea9af8458d8ceb9e3d412e2389b631e48b982ab /app-shells/pdksh/pdksh-5.2.14-r4.ebuild | |
parent | spelling error correction (diff) | |
download | historical-3a55decb63ab466cfeaa6a3591b988338a720a22.tar.gz historical-3a55decb63ab466cfeaa6a3591b988338a720a22.tar.bz2 historical-3a55decb63ab466cfeaa6a3591b988338a720a22.zip |
fixed install path
Diffstat (limited to 'app-shells/pdksh/pdksh-5.2.14-r4.ebuild')
-rw-r--r-- | app-shells/pdksh/pdksh-5.2.14-r4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 |