diff options
-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() { |