diff options
author | William Hubbs <williamh@gentoo.org> | 2008-02-03 23:32:11 +0000 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2008-02-03 23:32:11 +0000 |
commit | f4a66218b24484840a9b19041bd5d6970ceb7afe (patch) | |
tree | 665e82a8ff417faa711b6496d8fdb20ec2bd94db /app-accessibility/yasr/yasr-0.6.9.ebuild | |
parent | Stable for HPPA (bug #208625). Clean up old versions. (diff) | |
download | gentoo-2-f4a66218b24484840a9b19041bd5d6970ceb7afe.tar.gz gentoo-2-f4a66218b24484840a9b19041bd5d6970ceb7afe.tar.bz2 gentoo-2-f4a66218b24484840a9b19041bd5d6970ceb7afe.zip |
Changed make to emake in src_install.
(Portage version: 2.1.4.1)
Diffstat (limited to 'app-accessibility/yasr/yasr-0.6.9.ebuild')
-rw-r--r-- | app-accessibility/yasr/yasr-0.6.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-accessibility/yasr/yasr-0.6.9.ebuild b/app-accessibility/yasr/yasr-0.6.9.ebuild index ab1c4bb99207..06c67bfcd9f1 100644 --- a/app-accessibility/yasr/yasr-0.6.9.ebuild +++ b/app-accessibility/yasr/yasr-0.6.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/yasr/yasr-0.6.9.ebuild,v 1.1 2008/02/03 20:36:09 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/yasr/yasr-0.6.9.ebuild,v 1.2 2008/02/03 23:32:11 williamh Exp $ DESCRIPTION="general-purpose console screen reader" HOMEPAGE="http://yasr.sourceforge.net/" @@ -25,7 +25,7 @@ src_compile() { } src_install() { - make DESTDIR="${D}" install || die + emake DESTDIR="${D}" install || die dodoc README ChangeLog AUTHORS BUGS CREDITS rm -rf "${D}"/usr/share/aclocal dosed \ |