diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-25 23:00:24 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-25 23:00:24 +0000 |
commit | efea05995c6138616f0a54deaa3fec2d76718c06 (patch) | |
tree | 16725b4180a3f050952dd30136600e5c5b72a807 /app-shells/posh | |
parent | Add die following econf for bug 48950 (Manifest recommit) (diff) | |
download | gentoo-2-efea05995c6138616f0a54deaa3fec2d76718c06.tar.gz gentoo-2-efea05995c6138616f0a54deaa3fec2d76718c06.tar.bz2 gentoo-2-efea05995c6138616f0a54deaa3fec2d76718c06.zip |
Add die following econf for bug 48950
Diffstat (limited to 'app-shells/posh')
-rw-r--r-- | app-shells/posh/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/posh/posh-0.2.28.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/posh/ChangeLog b/app-shells/posh/ChangeLog index 017a340995c6..1f9c8ec253e6 100644 --- a/app-shells/posh/ChangeLog +++ b/app-shells/posh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/posh # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/posh/ChangeLog,v 1.2 2004/03/14 13:27:00 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/posh/ChangeLog,v 1.3 2004/04/25 22:58:10 agriffis Exp $ + + 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> posh-0.2.28.ebuild: + Add die following econf for bug 48950 14 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> posh-0.2.28.ebuild: Don't assign default to S; header fix diff --git a/app-shells/posh/posh-0.2.28.ebuild b/app-shells/posh/posh-0.2.28.ebuild index 3800f5eb6e3d..33580aa4afe8 100644 --- a/app-shells/posh/posh-0.2.28.ebuild +++ b/app-shells/posh/posh-0.2.28.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/posh/posh-0.2.28.ebuild,v 1.4 2004/03/14 13:27:00 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/posh/posh-0.2.28.ebuild,v 1.5 2004/04/25 22:58:10 agriffis Exp $ DESCRIPTION="posh is a stripped-down version of pdksh that aims for compliance with Debian's policy, and few extra features" HOMEPAGE="http://packages.debian.org/posh" @@ -13,7 +13,7 @@ IUSE="" DEPEND="" src_compile() { - econf + econf || die "econf failed" emake || die } |