diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-10-23 11:27:17 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-10-23 11:27:17 +0000 |
commit | 4104055986030bf8c02d6db5b21e06b9246746b2 (patch) | |
tree | 3a624f62812341e35581b3ec937f197bf86bcb8e /dev-util/yacc | |
parent | dependency code first commit (diff) | |
download | gentoo-2-4104055986030bf8c02d6db5b21e06b9246746b2.tar.gz gentoo-2-4104055986030bf8c02d6db5b21e06b9246746b2.tar.bz2 gentoo-2-4104055986030bf8c02d6db5b21e06b9246746b2.zip |
*** empty log message ***
Diffstat (limited to 'dev-util/yacc')
-rw-r--r-- | dev-util/yacc/yacc-1.9.1-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-util/yacc/yacc-1.9.1-r1.ebuild b/dev-util/yacc/yacc-1.9.1-r1.ebuild index 5d83459d5cda..95b8aa0c2487 100644 --- a/dev-util/yacc/yacc-1.9.1-r1.ebuild +++ b/dev-util/yacc/yacc-1.9.1-r1.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-util/yacc/yacc-1.9.1-r1.ebuild,v 1.3 2000/09/15 20:08:52 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/yacc/yacc-1.9.1-r1.ebuild,v 1.4 2000/10/23 11:27:13 achim Exp $ P=yacc-1.9.1 A=${P}.tar.Z @@ -25,7 +25,6 @@ src_install() { dobin yacc doman yacc.1 dodoc 00README* ACKNOWLEDGEMENTS NEW_FEATURES NO_WARRANTY NOTES README* - ln -s /usr/lib/cvs/contrib ${D}/usr/doc/${P}/contrib } |