diff options
author | 2007-01-23 00:59:40 +0000 | |
---|---|---|
committer | 2007-01-23 00:59:40 +0000 | |
commit | c19f7c74797b5a236d5cf31b0386122ab729b553 (patch) | |
tree | f3ae87b92a7c52cdbad61f160cbe063a3e4ceef4 /sys-apps/ed/ed-0.4.ebuild | |
parent | punt old version #163301 (diff) | |
download | historical-c19f7c74797b5a236d5cf31b0386122ab729b553.tar.gz historical-c19f7c74797b5a236d5cf31b0386122ab729b553.tar.bz2 historical-c19f7c74797b5a236d5cf31b0386122ab729b553.zip |
Install red.1 symlink #163321 by Ulrich Mueller.
Package-Manager: portage-2.1.2-r1
Diffstat (limited to 'sys-apps/ed/ed-0.4.ebuild')
-rw-r--r-- | sys-apps/ed/ed-0.4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/ed/ed-0.4.ebuild b/sys-apps/ed/ed-0.4.ebuild index a7f3e53a61c1..981afb571a4a 100644 --- a/sys-apps/ed/ed-0.4.ebuild +++ b/sys-apps/ed/ed-0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ed/ed-0.4.ebuild,v 1.1 2007/01/22 18:03:35 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ed/ed-0.4.ebuild,v 1.2 2007/01/23 00:59:40 vapier Exp $ inherit eutils toolchain-funcs @@ -36,5 +36,6 @@ src_compile() { src_install() { emake install DESTDIR="${D}" || die doman doc/ed.1 + dosym ed.1 /usr/share/man/man1/red.1 dodoc AUTHORS ChangeLog NEWS README TODO } |