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 | |
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')
-rw-r--r-- | net-p2p/nicotine+/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/nicotine+/nicotine+-1.2.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/nicotine+/ChangeLog b/net-p2p/nicotine+/ChangeLog index 8c83fe9a8835..c7235294face 100644 --- a/net-p2p/nicotine+/ChangeLog +++ b/net-p2p/nicotine+/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/nicotine+ # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/ChangeLog,v 1.1 2006/07/08 02:46:54 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/ChangeLog,v 1.2 2006/07/08 15:00:52 squinky86 Exp $ + + 08 Jul 2006; Jon Hood <squinky86@gentoo.org> nicotine+-1.2.3.ebuild: + Change make install to emake install thanks to Stefan (genstef) by email. *nicotine+-1.2.3 (08 Jul 2006) 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 |