diff options
author | 2007-06-11 04:54:02 +0000 | |
---|---|---|
committer | 2007-06-11 04:54:02 +0000 | |
commit | 3ad8e61a9cfa6cfd44d851e707a57082c2c5ca69 (patch) | |
tree | 6470444b95e7c031f8fde3fb13701033d56e5673 /sys-apps/dmapi/dmapi-2.2.8.ebuild | |
parent | improved documentation (diff) | |
download | historical-3ad8e61a9cfa6cfd44d851e707a57082c2c5ca69.tar.gz historical-3ad8e61a9cfa6cfd44d851e707a57082c2c5ca69.tar.bz2 historical-3ad8e61a9cfa6cfd44d851e707a57082c2c5ca69.zip |
Fix parallel install problem #180672 by Maarten Billemont.
Package-Manager: portage-2.1.2.9
Diffstat (limited to 'sys-apps/dmapi/dmapi-2.2.8.ebuild')
-rw-r--r-- | sys-apps/dmapi/dmapi-2.2.8.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-apps/dmapi/dmapi-2.2.8.ebuild b/sys-apps/dmapi/dmapi-2.2.8.ebuild index 914f71557869..60878bf2f37f 100644 --- a/sys-apps/dmapi/dmapi-2.2.8.ebuild +++ b/sys-apps/dmapi/dmapi-2.2.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmapi/dmapi-2.2.8.ebuild,v 1.2 2007/06/04 23:30:48 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmapi/dmapi-2.2.8.ebuild,v 1.3 2007/06/11 04:54:02 vapier Exp $ inherit eutils toolchain-funcs autotools @@ -20,6 +20,7 @@ src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}"/${PN}-2.2.1-only-symlink-when-needed.patch + epatch "${FILESDIR}"/${PN}-2.2.8-symlinks.patch #180672 sed -i \ -e "/^PKG_DOC_DIR/s:@pkg_name@:${PF}:" \ include/builddefs.in \ @@ -36,7 +37,7 @@ src_compile() { } src_install() { - emake -j1 DIST_ROOT="${D}" install install-dev || die + emake DIST_ROOT="${D}" install install-dev || die prepalldocs # move shared libs to / |