diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 15:11:00 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 15:11:00 +0000 |
commit | 4672aa8a49cd2a5fbc588c1d94dc7692d5319114 (patch) | |
tree | 57fab8a83ffd08d307449fef687a07349f2bd660 /xfce-extra/xfce4-menueditor/xfce4-menueditor-1.05.ebuild | |
parent | Added ebuilds from stable and development branch. Marked 1.0.3 stable on x86.... (diff) | |
download | gentoo-2-4672aa8a49cd2a5fbc588c1d94dc7692d5319114.tar.gz gentoo-2-4672aa8a49cd2a5fbc588c1d94dc7692d5319114.tar.bz2 gentoo-2-4672aa8a49cd2a5fbc588c1d94dc7692d5319114.zip |
Add die following econf for bug 48950
Diffstat (limited to 'xfce-extra/xfce4-menueditor/xfce4-menueditor-1.05.ebuild')
-rw-r--r-- | xfce-extra/xfce4-menueditor/xfce4-menueditor-1.05.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xfce-extra/xfce4-menueditor/xfce4-menueditor-1.05.ebuild b/xfce-extra/xfce4-menueditor/xfce4-menueditor-1.05.ebuild index 1b233ceb8631..ad2e8b451d4f 100644 --- a/xfce-extra/xfce4-menueditor/xfce4-menueditor-1.05.ebuild +++ b/xfce-extra/xfce4-menueditor/xfce4-menueditor-1.05.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/xfce-extra/xfce4-menueditor/xfce4-menueditor-1.05.ebuild,v 1.3 2004/04/20 22:14:06 jhuebel Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-menueditor/xfce4-menueditor-1.05.ebuild,v 1.4 2004/04/26 15:09:33 agriffis Exp $ IUSE="" S=${WORKDIR}/${PN} @@ -21,7 +21,7 @@ DEPEND="${RDEPEND} src_compile() { econf \ - --disable-cvs + --disable-cvs || die "econf failed" emake } |