projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90208bb
)
dev-lang/jsonnet: Use dolib.so rather than exeinto/doexe
author
Patrick McLean
<patrick.mclean@sony.com>
Fri, 3 May 2019 17:24:50 +0000
(10:24 -0700)
committer
Patrick McLean
<chutzpah@gentoo.org>
Fri, 3 May 2019 17:25:09 +0000
(10:25 -0700)
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
dev-lang/jsonnet/jsonnet-0.12.1.ebuild
patch
|
blob
|
history
diff --git
a/dev-lang/jsonnet/jsonnet-0.12.1.ebuild
b/dev-lang/jsonnet/jsonnet-0.12.1.ebuild
index 304c283510031fce60db8367a4821fa9dd92eb92..e021db68f24d7900c91b7952f0d2d88ba20a2c03 100644
(file)
--- a/
dev-lang/jsonnet/jsonnet-0.12.1.ebuild
+++ b/
dev-lang/jsonnet/jsonnet-0.12.1.ebuild
@@
-48,10
+48,7
@@
python_test() {
}
src_install() {
- # no install target in the Makefile
- exeinto /usr/$(get_libdir)
- doexe libjsonnet*.so
-
+ dolib.so libjsonnet*.so
dobin jsonnet
use python && distutils-r1_src_install