mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-misc/empty: quote $(tc-*) calls
Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
@@ -20,7 +20,7 @@ PATCHES=( "${FILESDIR}/${PN}-respect-LDFLAGS.patch" )
|
||||
S="${WORKDIR}"
|
||||
|
||||
src_compile() {
|
||||
emake CC=$(tc-getCC)
|
||||
emake CC="$(tc-getCC)"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
||||
Reference in New Issue
Block a user