summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-04-07 04:59:52 +0000
committerMike Frysinger <vapier@gentoo.org>2007-04-07 04:59:52 +0000
commit7300cadc22e0acd21218149f2889900d20610642 (patch)
treea11a8b9cb03462316230105cd3f5f209f8c6fabc /sci-chemistry
parentReplace references to *DESTTREE vars with proper calls to the *into functions. (diff)
downloadgentoo-2-7300cadc22e0acd21218149f2889900d20610642.tar.gz
gentoo-2-7300cadc22e0acd21218149f2889900d20610642.tar.bz2
gentoo-2-7300cadc22e0acd21218149f2889900d20610642.zip
trim trailing newline
(Portage version: 2.1.2.3)
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/molmol/molmol-2k_p2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/molmol/molmol-2k_p2.ebuild b/sci-chemistry/molmol/molmol-2k_p2.ebuild
index 0ae1ca1e9c8b..ae433a4ef133 100644
--- a/sci-chemistry/molmol/molmol-2k_p2.ebuild
+++ b/sci-chemistry/molmol/molmol-2k_p2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molmol/molmol-2k_p2.ebuild,v 1.9 2007/04/07 04:57:40 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molmol/molmol-2k_p2.ebuild,v 1.10 2007/04/07 04:59:52 vapier Exp $
inherit eutils toolchain-funcs multilib
@@ -66,7 +66,7 @@ src_compile() {
src_install() {
dobin molmol || die
- exeinto ${MMDIR}
+ exeinto ${MMDIR}
newexe src/main/molmol molmol.lnx || die
insinto ${MMDIR}
doins -r auxil help macros man setup tips || die