summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2007-04-27 00:29:17 +0000
committerSteve Dibb <beandog@gentoo.org>2007-04-27 00:29:17 +0000
commit72d6fa634c52e04b23ba5bc583179149c6335cbd (patch)
treee294e9e912a9274303026d34b96d42c896f4f359 /media-libs
parentFix rmedigicontrol build, patch from Andreas Sundebo in bug #172392 (diff)
downloadgentoo-2-72d6fa634c52e04b23ba5bc583179149c6335cbd.tar.gz
gentoo-2-72d6fa634c52e04b23ba5bc583179149c6335cbd.tar.bz2
gentoo-2-72d6fa634c52e04b23ba5bc583179149c6335cbd.zip
use emake install
(Portage version: 2.1.2.4)
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/libcddb/libcddb-1.3.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libcddb/libcddb-1.3.0.ebuild b/media-libs/libcddb/libcddb-1.3.0.ebuild
index 6323b2d3bc3d..7ba57581a8cf 100644
--- a/media-libs/libcddb/libcddb-1.3.0.ebuild
+++ b/media-libs/libcddb/libcddb-1.3.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libcddb/libcddb-1.3.0.ebuild,v 1.3 2007/04/27 00:28:27 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libcddb/libcddb-1.3.0.ebuild,v 1.4 2007/04/27 00:29:17 beandog Exp $
inherit libtool
@@ -34,7 +34,7 @@ src_compile() {
}
src_install() {
- make DESTDIR="${D}" install || die
+ emake DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog NEWS README THANKS TODO
# Create API docs if needed and possible