diff options
author | 2005-02-20 09:53:08 +0000 | |
---|---|---|
committer | 2005-02-20 09:53:08 +0000 | |
commit | 15f7ce0c68444d8bbada95c6a2eddd3cc2197caa (patch) | |
tree | ea0dc864e8df1fefeffaa707a6fc14df561e3125 /sys-cluster/pvm/pvm-3.4.4-r3.ebuild | |
parent | (#68053) Add the Cluster Command and Control (C3) tool suite. (diff) | |
download | historical-15f7ce0c68444d8bbada95c6a2eddd3cc2197caa.tar.gz historical-15f7ce0c68444d8bbada95c6a2eddd3cc2197caa.tar.bz2 historical-15f7ce0c68444d8bbada95c6a2eddd3cc2197caa.zip |
(#82614) We need to copy x86 config files over too. Thanks to gophix on forums for the fix and Ian Whiting <Ian@Titania.co.uk> for pointing it out.
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'sys-cluster/pvm/pvm-3.4.4-r3.ebuild')
-rw-r--r-- | sys-cluster/pvm/pvm-3.4.4-r3.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys-cluster/pvm/pvm-3.4.4-r3.ebuild b/sys-cluster/pvm/pvm-3.4.4-r3.ebuild index 1afdb2f937ab..f380613fb00d 100644 --- a/sys-cluster/pvm/pvm-3.4.4-r3.ebuild +++ b/sys-cluster/pvm/pvm-3.4.4-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/pvm/pvm-3.4.4-r3.ebuild,v 1.1 2004/11/09 22:59:15 squash Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/pvm/pvm-3.4.4-r3.ebuild,v 1.2 2005/02/20 09:53:08 spyderous Exp $ inherit eutils @@ -24,6 +24,8 @@ src_unpack() { epatch ${FILESDIR}/${P}-x86_64-segfault.patch || die # setup def files for other archs + cp conf/LINUX.def conf/LINUXI386.def + cp conf/LINUX.m4 conf/LINUXI386.m4 cp conf/LINUX.def conf/LINUXX86_64.def cp conf/LINUX.m4 conf/LINUXX86_64.m4 cp conf/LINUX64.def conf/LINUXIA64.def |