diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-02-04 19:38:26 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-02-04 19:39:01 +0100 |
commit | e8a9fae823802beb44c7b0261f9bf18147169bcd (patch) | |
tree | 2b1dfe400680934795a11a1af9ca216c3d43cc9a /app-office | |
parent | x11-terms/rxvt: linguas_ja not in IUSE (#607278 by Toralf Förster) (diff) | |
download | gentoo-e8a9fae823802beb44c7b0261f9bf18147169bcd.tar.gz gentoo-e8a9fae823802beb44c7b0261f9bf18147169bcd.tar.bz2 gentoo-e8a9fae823802beb44c7b0261f9bf18147169bcd.zip |
app-office/gnucash: Really pass variables to gnome2_src_install
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/gnucash/gnucash-2.6.15-r1.ebuild | 4 | ||||
-rw-r--r-- | app-office/gnucash/gnucash-2.6.15.ebuild | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app-office/gnucash/gnucash-2.6.15-r1.ebuild b/app-office/gnucash/gnucash-2.6.15-r1.ebuild index 9707d62a5324..fd5767cd5616 100644 --- a/app-office/gnucash/gnucash-2.6.15-r1.ebuild +++ b/app-office/gnucash/gnucash-2.6.15-r1.ebuild @@ -101,7 +101,9 @@ src_configure() { src_install() { # Parallel installation fails from time to time, bug #359123 - gnome2_src_install -j1 GNC_DOC_INSTALL_DIR=/usr/share/doc/${PF} + # Usually reproducible after removing any gnucash installed copy + MAKEOPTS="${MAKEOPTS} -j1" GNC_DOC_INSTALL_DIR=/usr/share/doc/${PF} \ + gnome2_src_install rm -rf "${ED}"/usr/share/doc/${PF}/{examples/,COPYING,INSTALL,*win32-bin.txt,projects.html} mv "${ED}"/usr/share/doc/${PF} "${T}"/cantuseprepalldocs || die diff --git a/app-office/gnucash/gnucash-2.6.15.ebuild b/app-office/gnucash/gnucash-2.6.15.ebuild index 613dc5706890..e4b71b03a41b 100644 --- a/app-office/gnucash/gnucash-2.6.15.ebuild +++ b/app-office/gnucash/gnucash-2.6.15.ebuild @@ -102,7 +102,9 @@ src_configure() { src_install() { # Parallel installation fails from time to time, bug #359123 - gnome2_src_install -j1 GNC_DOC_INSTALL_DIR=/usr/share/doc/${PF} + # Usually reproducible after removing any gnucash installed copy + MAKEOPTS="${MAKEOPTS} -j1" GNC_DOC_INSTALL_DIR=/usr/share/doc/${PF} \ + gnome2_src_install rm -rf "${ED}"/usr/share/doc/${PF}/{examples/,COPYING,INSTALL,*win32-bin.txt,projects.html} mv "${ED}"/usr/share/doc/${PF} "${T}"/cantuseprepalldocs || die |