summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/sed')
-rw-r--r--sys-apps/sed/sed-3.02.80.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-apps/sed/sed-3.02.80.ebuild b/sys-apps/sed/sed-3.02.80.ebuild
index 87beae9313cc..8b9ab0a35d71 100644
--- a/sys-apps/sed/sed-3.02.80.ebuild
+++ b/sys-apps/sed/sed-3.02.80.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-3.02.80.ebuild,v 1.5 2000/12/24 09:55:16 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-3.02.80.ebuild,v 1.6 2000/12/28 11:16:32 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -20,6 +20,8 @@ src_install() {
doman doc/sed.1
into /
dobin sed/sed
+ dodir /usr/bin
+ dosym /bin/sed /usr/bin/sed
dodoc COPYING NEWS README* THANKS TODO AUTHORS BUGS ANNOUNCE
}