diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-10-17 15:21:20 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-10-17 15:21:20 +0000 |
commit | 4c2f7721b85a42cd558984c56b0466286eb5f56a (patch) | |
tree | 03cf030ac0026078e7a1a6866193bb0058bdf049 /x11-themes/gtk-thinice-theme | |
parent | lintool fixes (diff) | |
download | gentoo-2-4c2f7721b85a42cd558984c56b0466286eb5f56a.tar.gz gentoo-2-4c2f7721b85a42cd558984c56b0466286eb5f56a.tar.bz2 gentoo-2-4c2f7721b85a42cd558984c56b0466286eb5f56a.zip |
lintool fixes
Diffstat (limited to 'x11-themes/gtk-thinice-theme')
-rw-r--r-- | x11-themes/gtk-thinice-theme/gtk-thinice-theme-1.0.4-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-themes/gtk-thinice-theme/gtk-thinice-theme-1.0.4-r1.ebuild b/x11-themes/gtk-thinice-theme/gtk-thinice-theme-1.0.4-r1.ebuild index 18876ec7de9c..34fdba90693d 100644 --- a/x11-themes/gtk-thinice-theme/gtk-thinice-theme-1.0.4-r1.ebuild +++ b/x11-themes/gtk-thinice-theme/gtk-thinice-theme-1.0.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-thinice-theme/gtk-thinice-theme-1.0.4-r1.ebuild,v 1.4 2002/10/04 06:47:22 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-thinice-theme/gtk-thinice-theme-1.0.4-r1.ebuild,v 1.5 2002/10/17 15:21:20 aliz Exp $ S=${WORKDIR}/${P} @@ -15,12 +15,12 @@ LICENSE="GPL-2" DEPEND="=x11-libs/gtk+-1.2*" src_compile() { - econf || die - emake || die + econf || die + emake || die } src_install () { - einstall || die + einstall || die dodoc AUTHORS COPYING ChangeLog NEWS README TODO } |