diff options
author | Honza Macháček <Hloupy.Honza@centrum.cz> | 2011-01-20 22:39:19 +0100 |
---|---|---|
committer | Honza Macháček <Hloupy.Honza@centrum.cz> | 2011-01-20 22:39:19 +0100 |
commit | 5c634ef30c97805fbf4d7e30a051e85727b8c421 (patch) | |
tree | d567e69a624121d242f0715a09b9907a6dc8bdf7 /sci-libs/bigdft/bigdft-1.2.0.2.ebuild | |
parent | [sys-cluster/ceph] Moved to tree (diff) | |
download | sci-5c634ef30c97805fbf4d7e30a051e85727b8c421.tar.gz sci-5c634ef30c97805fbf4d7e30a051e85727b8c421.tar.bz2 sci-5c634ef30c97805fbf4d7e30a051e85727b8c421.zip |
The typo of getFC corrected to . By Jérôme Borme <jerome.borme@gmail.com>
Diffstat (limited to 'sci-libs/bigdft/bigdft-1.2.0.2.ebuild')
-rw-r--r-- | sci-libs/bigdft/bigdft-1.2.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/bigdft/bigdft-1.2.0.2.ebuild b/sci-libs/bigdft/bigdft-1.2.0.2.ebuild index cc498a3b3..55d34f59e 100644 --- a/sci-libs/bigdft/bigdft-1.2.0.2.ebuild +++ b/sci-libs/bigdft/bigdft-1.2.0.2.ebuild @@ -45,7 +45,7 @@ src_configure() { MY_FC="mpif90" MY_CC="mpicc" else - MY_FC="${tc-getFC}" + MY_FC="$(tc-getFC)" MY_CC="$(tc-getCC)" fi |