summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-03-25 23:52:14 +0000
committerSam James <sam@gentoo.org>2022-03-26 00:00:48 +0000
commit13731e72e89c7fc0666527717b3536baaff457da (patch)
tree64ce13422727ed7648043a9572473154fa5a53db /sys-apps/cinit
parentnet-news/sfeed: [QA] fix tc-get* quoting (diff)
downloadgentoo-13731e72e89c7fc0666527717b3536baaff457da.tar.gz
gentoo-13731e72e89c7fc0666527717b3536baaff457da.tar.bz2
gentoo-13731e72e89c7fc0666527717b3536baaff457da.zip
sys-apps/cinit: [QA] fix tc-get* quoting
This can cause build problems for e.g. 32-bit (gcc -m32 ...) Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/cinit')
-rw-r--r--sys-apps/cinit/cinit-0.2.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/cinit/cinit-0.2.1.ebuild b/sys-apps/cinit/cinit-0.2.1.ebuild
index 252f62e217b9..1b16a694e944 100644
--- a/sys-apps/cinit/cinit-0.2.1.ebuild
+++ b/sys-apps/cinit/cinit-0.2.1.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=7
@@ -31,7 +31,7 @@ src_compile() {
}
src_install() {
- emake LD=$(tc-getCC) DESTDIR="${D}" install
+ emake LD="$(tc-getCC)" DESTDIR="${D}" install
rm -f "${D}"/sbin/{init,shutdown,reboot} || die
dodoc Changelog CHANGES CREDITS README TODO
use doc && dodoc -r doc