diff options
author | 2001-08-12 03:22:18 +0000 | |
---|---|---|
committer | 2001-08-12 03:22:18 +0000 | |
commit | d8a75b0b58f93b7d9c67a2340e601239e843839b (patch) | |
tree | 4420fc017f2d700eee2812fe388297b7cf94fcf7 /app-editors | |
parent | unblocked PyQt-2.4 and sip-2.4 (diff) | |
download | historical-d8a75b0b58f93b7d9c67a2340e601239e843839b.tar.gz historical-d8a75b0b58f93b7d9c67a2340e601239e843839b.tar.bz2 historical-d8a75b0b58f93b7d9c67a2340e601239e843839b.zip |
fixed symlinks.
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/e3/e3-1.7.ebuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/app-editors/e3/e3-1.7.ebuild b/app-editors/e3/e3-1.7.ebuild index 84dfc145fd37..924450a881b5 100644 --- a/app-editors/e3/e3-1.7.ebuild +++ b/app-editors/e3/e3-1.7.ebuild @@ -4,7 +4,7 @@ # # NOTE: this is an x86-only ebuild!!! # -# $Header: /var/cvsroot/gentoo-x86/app-editors/e3/e3-1.7.ebuild,v 1.1 2001/08/08 04:39:53 chadh Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/e3/e3-1.7.ebuild,v 1.2 2001/08/12 03:22:18 chadh Exp $ S=${WORKDIR}/${P} DESCRIPTION="Super Tiny Editor with wordstar, vi, and emacs key bindings" @@ -19,7 +19,12 @@ src_compile() { src_install () { dodir /usr/bin - dobin e3 e3vi e3em e3ws e3pi e3ne + dobin e3 + dosym e3 /usr/bin/e3vi + dosym e3 /usr/bin/e3em + dosym e3 /usr/bin/e3ws + dosym e3 /usr/bin/e3pi + dosym e3 /usr/bin/e3ne cp e3.man e3.1 doman e3.1 |