projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15f78cd
)
www-apps/trickster: display the build command
author
William Hubbs
<william.hubbs@sony.com>
Fri, 26 Apr 2019 18:21:11 +0000
(13:21 -0500)
committer
William Hubbs
<williamh@gentoo.org>
Fri, 26 Apr 2019 19:06:08 +0000
(14:06 -0500)
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: William Hubbs <williamh@gentoo.org>
www-apps/trickster/trickster-0.1.9.ebuild
patch
|
blob
|
history
diff --git
a/www-apps/trickster/trickster-0.1.9.ebuild
b/www-apps/trickster/trickster-0.1.9.ebuild
index ef356ced058ad780952e61ec77dc5d5f83d15709..d147b62d604cff3ef9b8c2fb19c553ac2941994f 100644
(file)
--- a/
www-apps/trickster/trickster-0.1.9.ebuild
+++ b/
www-apps/trickster/trickster-0.1.9.ebuild
@@
-30,7
+30,9
@@
src_prepare() {
}
src_compile() {
- GOCACHE="${T}"/go-cache go build -a -mod vendor -v || die "build failed"
+ set -- env GOCACHE="${T}"/go-cache go build -a -mod vendor -v
+ echo $@
+ "$@" || die "build failed"
}
src_install() {