diff options
author | Jeffrey Gardner <je_fro@gentoo.org> | 2007-04-11 01:48:31 +0000 |
---|---|---|
committer | Jeffrey Gardner <je_fro@gentoo.org> | 2007-04-11 01:48:31 +0000 |
commit | df0b1fa29472bc6f6ada186aa6e930592b4d1524 (patch) | |
tree | 45c8918287b1a77defee2415bc5d58c17a63628b /sci-biology/foldingathome | |
parent | Marked ~hppa (bug #146631). (diff) | |
download | gentoo-2-df0b1fa29472bc6f6ada186aa6e930592b4d1524.tar.gz gentoo-2-df0b1fa29472bc6f6ada186aa6e930592b4d1524.tar.bz2 gentoo-2-df0b1fa29472bc6f6ada186aa6e930592b4d1524.zip |
Fixed to better install files under etc.
(Portage version: 2.1.2.2)
Diffstat (limited to 'sci-biology/foldingathome')
-rw-r--r-- | sci-biology/foldingathome/ChangeLog | 6 | ||||
-rw-r--r-- | sci-biology/foldingathome/foldingathome-5.91_beta.ebuild | 8 |
2 files changed, 8 insertions, 6 deletions
diff --git a/sci-biology/foldingathome/ChangeLog b/sci-biology/foldingathome/ChangeLog index 67f48573c9e6..0b3c69beb107 100644 --- a/sci-biology/foldingathome/ChangeLog +++ b/sci-biology/foldingathome/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-biology/foldingathome # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/foldingathome/ChangeLog,v 1.13 2007/04/10 10:37:24 je_fro Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/foldingathome/ChangeLog,v 1.14 2007/04/11 01:48:31 je_fro Exp $ + + 11 Apr 2007; Jeff Gardner <je_fro@gentoo.org> + foldingathome-5.91_beta.ebuild: + Fixed to better install files under /etc. *foldingathome-5.91_beta (10 Apr 2007) diff --git a/sci-biology/foldingathome/foldingathome-5.91_beta.ebuild b/sci-biology/foldingathome/foldingathome-5.91_beta.ebuild index 30ad6280315b..643a3d703e9b 100644 --- a/sci-biology/foldingathome/foldingathome-5.91_beta.ebuild +++ b/sci-biology/foldingathome/foldingathome-5.91_beta.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-biology/foldingathome/foldingathome-5.91_beta.ebuild,v 1.1 2007/04/10 10:37:24 je_fro Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/foldingathome/foldingathome-5.91_beta.ebuild,v 1.2 2007/04/11 01:48:31 je_fro Exp $ # no version number on this install dir since upgrades will be using same dir # (data will be stored here too) @@ -31,10 +31,8 @@ src_install() { exeinto ${I} newexe ${FILESDIR}/5.91_beta/initfolding initfolding doexe fah5 mpiexec - insinto /etc/conf.d - newins ${FILESDIR}/5.91_beta/folding-conf.d foldingathome - exeinto /etc/init.d - newexe ${FILESDIR}/5.91_beta/fah-init foldingathome + newconfd ${FILESDIR}/5.91_beta/folding-conf.d foldingathome + newinitd ${FILESDIR}/5.91_beta/fah-init foldingathome } pkg_preinst() { |