diff options
Diffstat (limited to 'app-dicts/verbiste/verbiste-0.1.9.ebuild')
-rw-r--r-- | app-dicts/verbiste/verbiste-0.1.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-dicts/verbiste/verbiste-0.1.9.ebuild b/app-dicts/verbiste/verbiste-0.1.9.ebuild index fc0b388e31c3..b2d9d2dd9c28 100644 --- a/app-dicts/verbiste/verbiste-0.1.9.ebuild +++ b/app-dicts/verbiste/verbiste-0.1.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/verbiste/verbiste-0.1.9.ebuild,v 1.3 2004/08/16 01:10:43 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/verbiste/verbiste-0.1.9.ebuild,v 1.4 2004/11/22 05:20:12 tester Exp $ inherit eutils @@ -25,7 +25,7 @@ src_compile() { } src_install() { - einstall + make install DESTDIR=${D} dodoc AUTHORS ChangeLog HACKING LISEZMOI NEWS README THANKS TODO if ! use gnome; then |