diff options
author | 2008-06-14 22:16:03 +0000 | |
---|---|---|
committer | 2008-06-14 22:16:03 +0000 | |
commit | 306651ae9d6199b706aea58cd8ed00da0432f5e4 (patch) | |
tree | 9481714b39b8ebaecb5ec0ef91e2b302c303d56e /sci-biology/foldingathome/foldingathome-5.0.2-r5.ebuild | |
parent | Removing foldingathome-5.91_beta as it's leaving soon (diff) | |
download | gentoo-2-306651ae9d6199b706aea58cd8ed00da0432f5e4.tar.gz gentoo-2-306651ae9d6199b706aea58cd8ed00da0432f5e4.tar.bz2 gentoo-2-306651ae9d6199b706aea58cd8ed00da0432f5e4.zip |
Latest x86_64 beta client
(Portage version: 2.1.5.5)
Diffstat (limited to 'sci-biology/foldingathome/foldingathome-5.0.2-r5.ebuild')
-rw-r--r-- | sci-biology/foldingathome/foldingathome-5.0.2-r5.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sci-biology/foldingathome/foldingathome-5.0.2-r5.ebuild b/sci-biology/foldingathome/foldingathome-5.0.2-r5.ebuild index 1f728f2af8e5..473dc016a82a 100644 --- a/sci-biology/foldingathome/foldingathome-5.0.2-r5.ebuild +++ b/sci-biology/foldingathome/foldingathome-5.0.2-r5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/foldingathome/foldingathome-5.0.2-r5.ebuild,v 1.6 2007/07/12 17:19:05 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/foldingathome/foldingathome-5.0.2-r5.ebuild,v 1.7 2008/06/14 22:16:02 je_fro Exp $ # no version number on this install dir since upgrades will be using same dir # (data will be stored here too) @@ -30,8 +30,8 @@ src_unpack() { src_install() { exeinto ${I} - newexe ${FILESDIR}/initfolding-r2 initfolding - newexe ${FILESDIR}/copy_client_config-${PV}-r1 copy_client_config + newexe "${FILESDIR}"/initfolding-r2 initfolding + newexe "${FILESDIR}"/copy_client_config-${PV}-r1 copy_client_config # Clients exeinto ${I}/client1 @@ -50,8 +50,8 @@ src_install() { doexe foldingathome exeinto ${I}/client8 doexe foldingathome - newinitd ${FILESDIR}/init-${PVR} foldingathome - newconfd ${FILESDIR}/folding-conf.d-r1 foldingathome + newinitd "${FILESDIR}"/init-${PVR} foldingathome + newconfd "${FILESDIR}"/folding-conf.d-r1 foldingathome } pkg_preinst() { |