diff options
-rw-r--r-- | dev-util/lockrun/lockrun-20120508-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/lockrun/lockrun-20120508-r1.ebuild b/dev-util/lockrun/lockrun-20120508-r1.ebuild index 33e668a9dea2..0500a760ea84 100644 --- a/dev-util/lockrun/lockrun-20120508-r1.ebuild +++ b/dev-util/lockrun/lockrun-20120508-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -20,7 +20,7 @@ src_unpack() { } src_compile() { - emake CC=$(tc-getCC) ${PN} + emake CC="$(tc-getCC)" ${PN} sed -i README -e '60q;s|^ \*||g' || die } |