diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 23:18:22 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 23:18:22 +0000 |
commit | 74c67bc9b18224aa531a17e81da6a6c266e23aa3 (patch) | |
tree | 02a510fccee994ec771f87ca27b66e65171a7955 /x11-misc/grun/grun-0.9.2.ebuild | |
parent | header fix (diff) | |
download | gentoo-2-74c67bc9b18224aa531a17e81da6a6c266e23aa3.tar.gz gentoo-2-74c67bc9b18224aa531a17e81da6a6c266e23aa3.tar.bz2 gentoo-2-74c67bc9b18224aa531a17e81da6a6c266e23aa3.zip |
whitespace cleanup
Diffstat (limited to 'x11-misc/grun/grun-0.9.2.ebuild')
-rw-r--r-- | x11-misc/grun/grun-0.9.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-misc/grun/grun-0.9.2.ebuild b/x11-misc/grun/grun-0.9.2.ebuild index 580699a138ce..7fbf8b0b974e 100644 --- a/x11-misc/grun/grun-0.9.2.ebuild +++ b/x11-misc/grun/grun-0.9.2.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/x11-misc/grun/grun-0.9.2.ebuild,v 1.14 2003/02/13 17:14:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/grun/grun-0.9.2.ebuild,v 1.15 2003/09/05 23:18:18 msterret Exp $ IUSE="nls" @@ -43,12 +43,12 @@ src_compile() { --enable-testfile \ --with-default-xterm=${TERM} \ --enable-associations \ - ${myconf} || die + ${myconf} || die emake || die } src_install() { - einstall || die + einstall || die dodoc ABOUT-NLS AUTHORS BUGS COPYING ChangeLog INSTALL \ LANGUAGES NEWS README TODO |