projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e360345
)
dev-util/stripe-mock: Remove unnecessary slash strip
author
Cédric Krier
<cedk@gentoo.org>
Sat, 25 Apr 2020 09:58:47 +0000
(11:58 +0200)
committer
Cédric Krier
<cedk@gentoo.org>
Sat, 25 Apr 2020 09:59:16 +0000
(11:59 +0200)
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Cédric Krier <cedk@gentoo.org>
dev-util/stripe-mock/stripe-mock-0.88.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-util/stripe-mock/stripe-mock-0.88.0.ebuild
b/dev-util/stripe-mock/stripe-mock-0.88.0.ebuild
index 10557ae0ccc1c3c24411616772f522ae936f43d9..722522531cd71333dae9f3fa1c73e707dd31ea54 100644
(file)
--- a/
dev-util/stripe-mock/stripe-mock-0.88.0.ebuild
+++ b/
dev-util/stripe-mock/stripe-mock-0.88.0.ebuild
@@
-18,5
+18,5
@@
SLOT="0"
src_install() {
golang-build_src_install
dobin bin/stripe-mock
- rm -rf "${D
%/
}$(get_golibdir_gopath)" || die
+ rm -rf "${D}$(get_golibdir_gopath)" || die
}