diff options
author | David Seifert <soap@gentoo.org> | 2022-03-20 00:16:34 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-03-20 00:16:34 +0100 |
commit | 3392e9b739f0ba74515521bf87c0b15885a149ec (patch) | |
tree | 4341734998c48211dae39b0b39900c8d1cdf35e5 /app-backup | |
parent | app-arch/libarchive: quote $(tc-*) calls (diff) | |
download | gentoo-3392e9b739f0ba74515521bf87c0b15885a149ec.tar.gz gentoo-3392e9b739f0ba74515521bf87c0b15885a149ec.tar.bz2 gentoo-3392e9b739f0ba74515521bf87c0b15885a149ec.zip |
app-backup/tarsnap: quote $(tc-*) calls
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/tarsnap/tarsnap-1.0.39-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-backup/tarsnap/tarsnap-1.0.39-r1.ebuild b/app-backup/tarsnap/tarsnap-1.0.39-r1.ebuild index 86a9ffb2512d..1945b8ea081f 100644 --- a/app-backup/tarsnap/tarsnap-1.0.39-r1.ebuild +++ b/app-backup/tarsnap/tarsnap-1.0.39-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -39,7 +39,7 @@ src_configure() { } src_compile() { - emake AR=$(tc-getAR) + emake AR="$(tc-getAR)" } src_install() { |