summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-06-29 13:30:53 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-06-29 13:30:53 +0000
commitf0237b7e3a8bfaad35fb796771187f9f6b3a4400 (patch)
tree3bbb6b39396613152231a9b5353026c6bf8dcfd2 /x11-themes
parentAdded SLOT+LICENSE (diff)
downloadgentoo-2-f0237b7e3a8bfaad35fb796771187f9f6b3a4400.tar.gz
gentoo-2-f0237b7e3a8bfaad35fb796771187f9f6b3a4400.tar.bz2
gentoo-2-f0237b7e3a8bfaad35fb796771187f9f6b3a4400.zip
typo fixes
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/gtk-thinice-engine/gtk-thinice-engine-2.0.1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-themes/gtk-thinice-engine/gtk-thinice-engine-2.0.1.ebuild b/x11-themes/gtk-thinice-engine/gtk-thinice-engine-2.0.1.ebuild
index acd4aec20e66..1e0af06f0ead 100644
--- a/x11-themes/gtk-thinice-engine/gtk-thinice-engine-2.0.1.ebuild
+++ b/x11-themes/gtk-thinice-engine/gtk-thinice-engine-2.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-thinice-engine/gtk-thinice-engine-2.0.1.ebuild,v 1.1 2002/06/29 13:24:02 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-thinice-engine/gtk-thinice-engine-2.0.1.ebuild,v 1.2 2002/06/29 13:30:53 seemant Exp $
SLOT="0"
S=${WORKDIR}/${P}
@@ -13,12 +13,12 @@ RDEPEND=$DEPEND
LICENSE="GPL-2"
src_compile() {
- econf
+ econf || die
emake || die
}
src_install () {
- einstall
+ einstall || die
dodoc AUTHORS COPYING INSTALL NEWS README TODO
}