diff options
author | William Hubbs <williamh@gentoo.org> | 2009-09-07 23:31:32 +0000 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2009-09-07 23:31:32 +0000 |
commit | 0fc572b54be2a00a1583a9633d20e26f856c27ae (patch) | |
tree | 93ad5ec99fffa32eb3876f8b2211fbd064921e5a /app-accessibility/espeakup/espeakup-9999.ebuild | |
parent | Adding dev-libs/dmalloc as DEPEND when debug USE flag is set #283592 . Patch ... (diff) | |
download | gentoo-2-0fc572b54be2a00a1583a9633d20e26f856c27ae.tar.gz gentoo-2-0fc572b54be2a00a1583a9633d20e26f856c27ae.tar.bz2 gentoo-2-0fc572b54be2a00a1583a9633d20e26f856c27ae.zip |
updated prefix setting in the live ebuild.
(Portage version: 2.2_rc40/cvs/Linux i686)
Diffstat (limited to 'app-accessibility/espeakup/espeakup-9999.ebuild')
-rw-r--r-- | app-accessibility/espeakup/espeakup-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-accessibility/espeakup/espeakup-9999.ebuild b/app-accessibility/espeakup/espeakup-9999.ebuild index 4c6a211950d7..68b9eb7ac6b9 100644 --- a/app-accessibility/espeakup/espeakup-9999.ebuild +++ b/app-accessibility/espeakup/espeakup-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeakup/espeakup-9999.ebuild,v 1.1 2009/07/22 01:36:32 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeakup/espeakup-9999.ebuild,v 1.2 2009/09/07 23:31:32 williamh Exp $ EGIT_REPO_URI="git://github.com/williamh/espeakup.git" inherit git @@ -23,7 +23,7 @@ src_compile() { } src_install() { - emake DESTDIR="${D}" install || die "Install failed." + emake DESTDIR="${D}" PREFIX=/usr install || die "Install failed." dodoc README ToDo newconfd "${FILESDIR}"/espeakup.confd espeakup newinitd "${FILESDIR}"/espeakup.rc espeakup |