diff options
author | Jon Hood <squinky86@gentoo.org> | 2006-07-08 15:00:52 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2006-07-08 15:00:52 +0000 |
commit | 9e4f2b73f36c0cd6459d62d35972382f75021741 (patch) | |
tree | c8b133272b0622a2cd11b489f6c93e300ca83271 /net-p2p/nicotine+/nicotine+-1.2.3.ebuild | |
parent | fix typo in addpredict func #138344 (diff) | |
download | gentoo-2-9e4f2b73f36c0cd6459d62d35972382f75021741.tar.gz gentoo-2-9e4f2b73f36c0cd6459d62d35972382f75021741.tar.bz2 gentoo-2-9e4f2b73f36c0cd6459d62d35972382f75021741.zip |
Change make install to emake install.
(Portage version: 2.1.1_pre2-r6)
Diffstat (limited to 'net-p2p/nicotine+/nicotine+-1.2.3.ebuild')
-rw-r--r-- | net-p2p/nicotine+/nicotine+-1.2.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/nicotine+/nicotine+-1.2.3.ebuild b/net-p2p/nicotine+/nicotine+-1.2.3.ebuild index f9d87615caab..294361c10f71 100644 --- a/net-p2p/nicotine+/nicotine+-1.2.3.ebuild +++ b/net-p2p/nicotine+/nicotine+-1.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.3.ebuild,v 1.1 2006/07/08 02:46:54 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.3.ebuild,v 1.2 2006/07/08 15:00:52 squinky86 Exp $ inherit distutils eutils multilib toolchain-funcs @@ -41,7 +41,7 @@ src_install() { /usr/$(get_libdir)/python${PYVER}/site-packages cd "${S}"/trayicon/ - make DESTDIR="${D}" install || die "emake install failed" + emake DESTDIR="${D}" install || die "emake install failed" doicon ${FILESDIR}/nicotine-n.png domenu ${FILESDIR}/${PN}.desktop |