summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2007-05-24 19:05:21 +0000
committerSamuli Suominen <drac@gentoo.org>2007-05-24 19:05:21 +0000
commit4ee6868485f70594ee63f136d6601b513356dfd3 (patch)
tree3d670bae49c9cf5c9421b8e37084edec87950b17 /eclass/xfce44.eclass
parentPackage.masked =app-text/jasperreports-1.0.1 because it doesn't compile. See ... (diff)
downloadgentoo-2-4ee6868485f70594ee63f136d6601b513356dfd3.tar.gz
gentoo-2-4ee6868485f70594ee63f136d6601b513356dfd3.tar.bz2
gentoo-2-4ee6868485f70594ee63f136d6601b513356dfd3.zip
Pass JOBS variable also to xfce44_src_install for bug 179602.
Diffstat (limited to 'eclass/xfce44.eclass')
-rw-r--r--eclass/xfce44.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/xfce44.eclass b/eclass/xfce44.eclass
index 81b701b5df67..52cc38894ad1 100644
--- a/eclass/xfce44.eclass
+++ b/eclass/xfce44.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/xfce44.eclass,v 1.19 2007/05/06 14:11:32 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/xfce44.eclass,v 1.20 2007/05/24 19:05:21 drac Exp $
# Xfce44 Eclass
#
@@ -142,7 +142,7 @@ xfce44_src_install() {
[[ -n "${DOCS}" ]] && dodoc ${DOCS}
## INSTALL is default make install string
- ${INSTALL} || die
+ ${INSTALL} ${JOBS} || die
}
xfce44_pkg_postinst() {