diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-01 18:11:35 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-01 18:11:35 +0000 |
commit | 1ae26e34939b4824e5c2248a7a3793b666478a18 (patch) | |
tree | 2547908729ce7b1d70474af29bd276cf86658ef6 /app-misc/gtypist | |
parent | Automated update of use.local.desc (diff) | |
download | historical-1ae26e34939b4824e5c2248a7a3793b666478a18.tar.gz historical-1ae26e34939b4824e5c2248a7a3793b666478a18.tar.bz2 historical-1ae26e34939b4824e5c2248a7a3793b666478a18.zip |
quoting
Package-Manager: portage-2.2_rc61/cvs/Linux x86_64
Diffstat (limited to 'app-misc/gtypist')
-rw-r--r-- | app-misc/gtypist/gtypist-2.7.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-misc/gtypist/gtypist-2.7.ebuild b/app-misc/gtypist/gtypist-2.7.ebuild index 9dc032a050b5..f66315d47e3f 100644 --- a/app-misc/gtypist/gtypist-2.7.ebuild +++ b/app-misc/gtypist/gtypist-2.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/gtypist/gtypist-2.7.ebuild,v 1.10 2005/04/24 11:21:57 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/gtypist/gtypist-2.7.ebuild,v 1.11 2010/01/01 18:06:31 ssuominen Exp $ DESCRIPTION="universal typing tutor" HOMEPAGE="http://www.gnu.org/software/gtypist/gtypist.html" @@ -22,6 +22,6 @@ src_compile() { } src_install() { - make DESTDIR=${D} install || die - dodoc AUTHORS ChangeLog INSTALL NEWS README TODO THANKS + make DESTDIR="${D}" install || die + dodoc AUTHORS ChangeLog NEWS README TODO THANKS } |