diff options
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/blat/blat-34-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-biology/blat/blat-34-r2.ebuild b/sci-biology/blat/blat-34-r2.ebuild index b07246356381..7c7004cf950e 100644 --- a/sci-biology/blat/blat-34-r2.ebuild +++ b/sci-biology/blat/blat-34-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -30,7 +30,7 @@ src_compile() { tc-export AR CC export HOME="${S}" - export MACHTYPE=$(tc-arch) + export MACHTYPE="$(tc-arch)" [[ ${MACHTYPE} == "x86" ]] && MACHTYPE="i386" mkdir -p bin/${MACHTYPE} || die @@ -38,7 +38,7 @@ src_compile() { } src_install() { - export MACHTYPE=$(tc-arch) + export MACHTYPE="$(tc-arch)" [[ ${MACHTYPE} == "x86" ]] && MACHTYPE="i386" dobin bin/${MACHTYPE}/* |