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
commitb19733ca1e490a238b8f87650322854ebb8252b5 (patch)
tree588dedd0ddbfeb8fdd7057cceb43adb077b81590 /x11-themes
parentAdded SLOT+LICENSE (diff)
downloadhistorical-b19733ca1e490a238b8f87650322854ebb8252b5.tar.gz
historical-b19733ca1e490a238b8f87650322854ebb8252b5.tar.bz2
historical-b19733ca1e490a238b8f87650322854ebb8252b5.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
}