diff options
author | David Seifert <soap@gentoo.org> | 2022-03-20 00:16:43 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-03-20 00:16:43 +0100 |
commit | 179c31686d2cc8d4ef8138a265c3c486eee01872 (patch) | |
tree | d1894beeb5e963b59dc710ca4862d7276e95091b /app-emulation/dosemu | |
parent | app-editors/xemacs: quote $(tc-*) calls (diff) | |
download | gentoo-179c31686d2cc8d4ef8138a265c3c486eee01872.tar.gz gentoo-179c31686d2cc8d4ef8138a265c3c486eee01872.tar.bz2 gentoo-179c31686d2cc8d4ef8138a265c3c486eee01872.zip |
app-emulation/dosemu: quote $(tc-*) calls
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-emulation/dosemu')
-rw-r--r-- | app-emulation/dosemu/dosemu-1.4.1_pre20130107-r5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/dosemu/dosemu-1.4.1_pre20130107-r5.ebuild b/app-emulation/dosemu/dosemu-1.4.1_pre20130107-r5.ebuild index 0dd838852b79..2dbe9f043651 100644 --- a/app-emulation/dosemu/dosemu-1.4.1_pre20130107-r5.ebuild +++ b/app-emulation/dosemu/dosemu-1.4.1_pre20130107-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 2002-2021 Gentoo Authors +# Copyright 2002-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -109,7 +109,7 @@ src_configure() { src_compile() { # src/makefile.common is written manually, uses AR=ar - emake AR=$(tc-getAR) + emake AR="$(tc-getAR)" } src_install() { |