summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonny Davies <woodchip@gentoo.org>2001-09-11 16:32:34 +0000
committerDonny Davies <woodchip@gentoo.org>2001-09-11 16:32:34 +0000
commitf64be52079dc684669efcdbd78a08b5b08418a57 (patch)
tree911359c8f218e3a3f510fab2fc633d015803a6e7 /app-editors/e3
parentadded a rc6 init style init script, I sure wish there was a way for us to (diff)
downloadhistorical-f64be52079dc684669efcdbd78a08b5b08418a57.tar.gz
historical-f64be52079dc684669efcdbd78a08b5b08418a57.tar.bz2
historical-f64be52079dc684669efcdbd78a08b5b08418a57.zip
launched emacs script
Diffstat (limited to 'app-editors/e3')
-rw-r--r--app-editors/e3/e3-1.7-r2.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/app-editors/e3/e3-1.7-r2.ebuild b/app-editors/e3/e3-1.7-r2.ebuild
index 5b925a288f8d..ba78cb0ee18d 100644
--- a/app-editors/e3/e3-1.7-r2.ebuild
+++ b/app-editors/e3/e3-1.7-r2.ebuild
@@ -4,7 +4,7 @@
#
# NOTE: this is an x86-only ebuild!!!
#
-# $Header: /var/cvsroot/gentoo-x86/app-editors/e3/e3-1.7-r2.ebuild,v 1.8 2001/08/22 21:18:13 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/e3/e3-1.7-r2.ebuild,v 1.9 2001/09/11 16:32:34 woodchip Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Super Tiny Editor with wordstar, vi, and emacs key bindings"
@@ -34,7 +34,8 @@ src_install () {
if [ "`use build`" ]; then
# easier-to-remember shell scripts
dobin ${FILESDIR}/vi
- dobin ${FILESDIR}/emacs
+ # this one is more trouble than its worth --woodchip
+ # dobin ${FILESDIR}/emacs
dobin ${FILESDIR}/pico
newbin ${FILESDIR}/pico nano
fi