diff options
Diffstat (limited to 'x11-misc/pogo')
-rw-r--r-- | x11-misc/pogo/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/pogo/pogo-2.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-misc/pogo/ChangeLog b/x11-misc/pogo/ChangeLog index 32f243f7b68c..49e185984b2c 100644 --- a/x11-misc/pogo/ChangeLog +++ b/x11-misc/pogo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/pogo -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/pogo/ChangeLog,v 1.1 2003/12/17 14:06:22 lostlogic Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/pogo/ChangeLog,v 1.2 2004/04/25 20:49:07 squinky86 Exp $ + + 25 Apr 2004; Jon Hood <squinky86@gentoo.org> pogo-2.2.ebuild: + added "die" *pogo-2.2 (17 Dec 2003) diff --git a/x11-misc/pogo/pogo-2.2.ebuild b/x11-misc/pogo/pogo-2.2.ebuild index a371179f4f8d..ad900865b002 100644 --- a/x11-misc/pogo/pogo-2.2.ebuild +++ b/x11-misc/pogo/pogo-2.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/pogo/pogo-2.2.ebuild,v 1.2 2004/02/28 19:19:17 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/pogo/pogo-2.2.ebuild,v 1.3 2004/04/25 20:49:07 squinky86 Exp $ S="${WORKDIR}/Epplets-${PV}" @@ -23,7 +23,7 @@ src_compile() { for file in `grep -r /usr/local/ *|cut -f1 -d":"|sort|uniq`;do sed -i -e "s:/usr/local:/usr/share:g" ${file} done - make all || "Make failed" + make all || die "Make failed" } src_install () { |