projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da3aada
)
sys-cluster/csync2: Parallel install fails (#561382 by ago)
author
Pacho Ramos
<pacho@gentoo.org>
Sat, 3 Oct 2015 09:07:06 +0000
(11:07 +0200)
committer
Pacho Ramos
<pacho@gentoo.org>
Sat, 3 Oct 2015 09:07:06 +0000
(11:07 +0200)
Package-Manager: portage-2.2.22
sys-cluster/csync2/csync2-2.0.ebuild
patch
|
blob
|
history
diff --git
a/sys-cluster/csync2/csync2-2.0.ebuild
b/sys-cluster/csync2/csync2-2.0.ebuild
index 3c9e9370fbe130e70dfb69d2aa3c819c447d2899..eb03c851098f0afb5f71211fa5c394eab28cf9eb 100644
(file)
--- a/
sys-cluster/csync2/csync2-2.0.ebuild
+++ b/
sys-cluster/csync2/csync2-2.0.ebuild
@@
-39,7
+39,8
@@
src_configure() {
}
src_install() {
- emake DESTDIR="${D}" install
+ # Parallel install fails, bug #561382
+ emake -j1 DESTDIR="${D}" install
if use xinetd ; then
insinto /etc/xinetd.d