diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2007-09-26 15:12:40 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2007-09-26 15:12:40 +0000 |
commit | 66b57387b9a52b6e27b3bbc2c521bc853c8b505a (patch) | |
tree | 1b2fc672f683c1fa683c4294b53235f12437126b /gnustep-apps/gnumail/gnumail-1.2.0_pre3-r1.ebuild | |
parent | remove obsolete workaround for src_test (diff) | |
download | historical-66b57387b9a52b6e27b3bbc2c521bc853c8b505a.tar.gz historical-66b57387b9a52b6e27b3bbc2c521bc853c8b505a.tar.bz2 historical-66b57387b9a52b6e27b3bbc2c521bc853c8b505a.zip |
egnustep_install dies by itself
Package-Manager: portage-2.1.3.9
Diffstat (limited to 'gnustep-apps/gnumail/gnumail-1.2.0_pre3-r1.ebuild')
-rw-r--r-- | gnustep-apps/gnumail/gnumail-1.2.0_pre3-r1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnustep-apps/gnumail/gnumail-1.2.0_pre3-r1.ebuild b/gnustep-apps/gnumail/gnumail-1.2.0_pre3-r1.ebuild index a7eab67a2974..e841b0a5217f 100644 --- a/gnustep-apps/gnumail/gnumail-1.2.0_pre3-r1.ebuild +++ b/gnustep-apps/gnumail/gnumail-1.2.0_pre3-r1.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/gnustep-apps/gnumail/gnumail-1.2.0_pre3-r1.ebuild,v 1.1 2007/09/26 11:52:46 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gnumail/gnumail-1.2.0_pre3-r1.ebuild,v 1.2 2007/09/26 15:12:40 voyageur Exp $ inherit gnustep-2 @@ -64,22 +64,22 @@ src_install() { gnustep-base_src_install cd Bundles/Clock - egnustep_install || die + egnustep_install cd "${S}" if use xface ; then cd Bundles/Face - egnustep_install || die + egnustep_install cd "${S}" fi if use crypt ; then cd Bundles/PGP - egnustep_install || die + egnustep_install cd "${S}" fi if use emoticon ; then cd Bundles/Emoticon - egnustep_install || die + egnustep_install cd "${S}" fi |