diff options
author | Christian Zoffoli <xmerlin@gentoo.org> | 2006-10-15 13:26:06 +0000 |
---|---|---|
committer | Christian Zoffoli <xmerlin@gentoo.org> | 2006-10-15 13:26:06 +0000 |
commit | 51be2fb7411eeeb404b7d10eeaea41f5a632bbe2 (patch) | |
tree | d96f9019744c3bd292d9ea6f07ddb571127f8c1f /sys-cluster/magma-plugins | |
parent | recommit. (diff) | |
download | gentoo-2-51be2fb7411eeeb404b7d10eeaea41f5a632bbe2.tar.gz gentoo-2-51be2fb7411eeeb404b7d10eeaea41f5a632bbe2.tar.bz2 gentoo-2-51be2fb7411eeeb404b7d10eeaea41f5a632bbe2.zip |
recommit.
(Portage version: 2.1-r1)
Diffstat (limited to 'sys-cluster/magma-plugins')
-rw-r--r-- | sys-cluster/magma-plugins/magma-plugins-1.02.00-r1.ebuild | 6 | ||||
-rw-r--r-- | sys-cluster/magma-plugins/magma-plugins-1.03.00.ebuild | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sys-cluster/magma-plugins/magma-plugins-1.02.00-r1.ebuild b/sys-cluster/magma-plugins/magma-plugins-1.02.00-r1.ebuild index 8f09b7dbaeee..b6920cd97aab 100644 --- a/sys-cluster/magma-plugins/magma-plugins-1.02.00-r1.ebuild +++ b/sys-cluster/magma-plugins/magma-plugins-1.02.00-r1.ebuild @@ -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/sys-cluster/magma-plugins/magma-plugins-1.02.00-r1.ebuild,v 1.3 2006/10/14 17:41:15 xmerlin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/magma-plugins/magma-plugins-1.02.00-r1.ebuild,v 1.4 2006/10/15 13:26:06 xmerlin Exp $ inherit eutils @@ -36,7 +36,7 @@ src_unpack() { } src_compile() { - ./configure || die + ./configure || die "configure problem" for i in cman dumb sm; do emake -C ${i} all || die "compile problem" @@ -46,7 +46,7 @@ src_compile() { src_install() { for i in cman dumb sm; do - make -C ${i} DESTDIR=${D} install || die "install problem" + emake -C ${i} DESTDIR=${D} install || die "install problem" done # use nogulm || make -C gulm DESTDIR=${D} install || die } diff --git a/sys-cluster/magma-plugins/magma-plugins-1.03.00.ebuild b/sys-cluster/magma-plugins/magma-plugins-1.03.00.ebuild index 263d1b5c2ea3..9106399525e0 100644 --- a/sys-cluster/magma-plugins/magma-plugins-1.03.00.ebuild +++ b/sys-cluster/magma-plugins/magma-plugins-1.03.00.ebuild @@ -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/sys-cluster/magma-plugins/magma-plugins-1.03.00.ebuild,v 1.2 2006/10/14 17:41:15 xmerlin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/magma-plugins/magma-plugins-1.03.00.ebuild,v 1.3 2006/10/15 13:26:06 xmerlin Exp $ MY_P="cluster-${PV}" @@ -25,7 +25,7 @@ DEPEND=">=sys-cluster/magma-1.03.00 S="${WORKDIR}/${MY_P}/${PN}" src_compile() { - ./configure || die + ./configure || die "configure problem" for i in cman dumb sm; do emake -C ${i} all || die "compile problem" |