diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-02-29 17:20:00 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-02-29 17:20:00 +0000 |
commit | c9541079bd9d85d18ff1dcf8cbb39275ae6a6e6b (patch) | |
tree | 33ee5fd001db6c7ab10da432ac758c72c2052998 /app-misc/cmatrix | |
parent | ChangeLog fixes (Manifest recommit) (diff) | |
download | gentoo-2-c9541079bd9d85d18ff1dcf8cbb39275ae6a6e6b.tar.gz gentoo-2-c9541079bd9d85d18ff1dcf8cbb39275ae6a6e6b.tar.bz2 gentoo-2-c9541079bd9d85d18ff1dcf8cbb39275ae6a6e6b.zip |
mirror:// updates, ChangeLog fixes and other fixes.
Diffstat (limited to 'app-misc/cmatrix')
-rw-r--r-- | app-misc/cmatrix/cmatrix-1.2a.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/cmatrix/cmatrix-1.2a.ebuild b/app-misc/cmatrix/cmatrix-1.2a.ebuild index 8e02e3b1e385..355656b7bc2f 100644 --- a/app-misc/cmatrix/cmatrix-1.2a.ebuild +++ b/app-misc/cmatrix/cmatrix-1.2a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/cmatrix/cmatrix-1.2a.ebuild,v 1.6 2003/02/13 08:54:28 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/cmatrix/cmatrix-1.2a.ebuild,v 1.7 2004/02/29 17:19:59 aliz Exp $ DESCRIPTION="An ncurses based app to show a scrolling screen from the Matrix" HOMEPAGE="http://www.asty.org/cmatrix" @@ -20,7 +20,7 @@ src_unpack() { # patch Makefile.am to make sure the fonts installations don't violate the # sandbox. cd ${S} - patch -p1 < ${FILESDIR}/${P}-gentoo.patch || die + epatch ${FILESDIR}/${P}-gentoo.patch automake } |