diff options
Diffstat (limited to 'sci-chemistry/molmol/molmol-2k_p2.ebuild')
-rw-r--r-- | sci-chemistry/molmol/molmol-2k_p2.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sci-chemistry/molmol/molmol-2k_p2.ebuild b/sci-chemistry/molmol/molmol-2k_p2.ebuild index d7765bf4ed99..a558bfdcaacc 100644 --- a/sci-chemistry/molmol/molmol-2k_p2.ebuild +++ b/sci-chemistry/molmol/molmol-2k_p2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.1 2005/07/13 10:12:46 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molmol/molmol-2k_p2.ebuild,v 1.2 2005/07/13 10:14:44 spyderous Exp $ inherit eutils toolchain-funcs multilib @@ -59,11 +59,7 @@ src_compile() { src_install() { dobin molmol - EXEDESTTREE=/usr/lib/molmol newexe src/main/molmol molmol.lnx - - # Macros, setup and tips must be subdirs of molmol. - # Perhaps we should do /usr/lib/molmol? - + EXEDESTTREE=${MMDIR} newexe src/main/molmol molmol.lnx INSDESTTREE=${MMDIR} doins -r auxil help macros man setup tips dodoc HISTORY README |