diff options
Diffstat (limited to 'dev-util/cscope/cscope-15.4.ebuild')
-rw-r--r-- | dev-util/cscope/cscope-15.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/cscope/cscope-15.4.ebuild b/dev-util/cscope/cscope-15.4.ebuild index 2be9d3d16756..4e2c9968f7a0 100644 --- a/dev-util/cscope/cscope-15.4.ebuild +++ b/dev-util/cscope/cscope-15.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.4.ebuild,v 1.3 2003/06/07 05:43:43 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.4.ebuild,v 1.4 2003/09/06 08:39:20 msterret Exp $ inherit elisp gnuconfig @@ -27,13 +27,13 @@ src_compile() { emake || die if use emacs - then + then cd ${S}/contrib/xcscope emacs --batch -f batch-byte-compile --no-site-file --no-init-file *.el fi } -src_install() { +src_install() { einstall || die dodoc NEWS AUTHORS TODO COPYING Changelog INSTALL README* |