diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2008-11-07 01:01:03 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2008-11-07 01:01:03 +0000 |
commit | 883abf10fe0f3ab60c0bbf235014827fd2c5995f (patch) | |
tree | b6c8d86acea0a2ac82ea7250ed4b474a03d179a2 /sci-chemistry/shelx/shelx-20060317.ebuild | |
parent | Add OpenMP support. (diff) | |
download | gentoo-2-883abf10fe0f3ab60c0bbf235014827fd2c5995f.tar.gz gentoo-2-883abf10fe0f3ab60c0bbf235014827fd2c5995f.tar.bz2 gentoo-2-883abf10fe0f3ab60c0bbf235014827fd2c5995f.zip |
Fix quoting.
(Portage version: 2.2_rc12/cvs/Linux 2.6.28-rc3 x86_64)
Diffstat (limited to 'sci-chemistry/shelx/shelx-20060317.ebuild')
-rw-r--r-- | sci-chemistry/shelx/shelx-20060317.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sci-chemistry/shelx/shelx-20060317.ebuild b/sci-chemistry/shelx/shelx-20060317.ebuild index 87560dd8e03e..e3b270da5e2b 100644 --- a/sci-chemistry/shelx/shelx-20060317.ebuild +++ b/sci-chemistry/shelx/shelx-20060317.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-chemistry/shelx/shelx-20060317.ebuild,v 1.6 2007/03/15 21:49:56 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/shelx/shelx-20060317.ebuild,v 1.7 2008/11/07 01:01:03 dberkholz Exp $ inherit autotools eutils fortran @@ -30,8 +30,8 @@ pkg_nofetch() { src_unpack() { unpack ${A} - epatch ${FILESDIR}/${PV}-autotool.patch - epatch ${FILESDIR}/${PV}-gfortran.patch + epatch "${FILESDIR}"/${PV}-autotool.patch + epatch "${FILESDIR}"/${PV}-gfortran.patch sed -i \ -e "s:CIFDIR='/usr/local/bin/':CIFDIR='/usr/share/${PN}/':g" \ |