mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 11:33:15 -04:00
sys-fs/gcsfuse: quote variable
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Mathieu Tortuyaux <mathieu.tortuyaux@gmail.com>
This commit is contained in:
@@ -431,7 +431,7 @@ SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
src_compile() {
|
||||
go build -v -x -work -o ${PN} || die "build failed"
|
||||
go build -v -x -work -o "${PN}" || die "build failed"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
||||
Reference in New Issue
Block a user