From c56f780e0549d65378735250383363a464d755f0 Mon Sep 17 00:00:00 2001 From: Tobias Klausmann Date: Tue, 31 Mar 2015 11:28:16 +0000 Subject: Make sure to use correct PREFIX and install into lib64/ (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8) --- net-im/prosody/prosody-0.9.8.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'net-im/prosody/prosody-0.9.8.ebuild') diff --git a/net-im/prosody/prosody-0.9.8.ebuild b/net-im/prosody/prosody-0.9.8.ebuild index b3a0417936fc..2b357d3d1efc 100644 --- a/net-im/prosody/prosody-0.9.8.ebuild +++ b/net-im/prosody/prosody-0.9.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/prosody/prosody-0.9.8.ebuild,v 1.2 2015/03/31 07:36:37 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/prosody/prosody-0.9.8.ebuild,v 1.3 2015/03/31 11:28:16 klausman Exp $ EAPI=5 @@ -58,7 +58,8 @@ src_configure() { fi ./configure \ --ostype=linux $luajit \ - --prefix="/usr" \ + --prefix="${EPREFIX}/usr" \ + --libdir="${EPREFIX}/usr/lib64" \ --sysconfdir="${JABBER_ETC}" \ --datadir="${JABBER_SPOOL}" \ --with-lua-include=/usr/include \ -- cgit v1.2.3-65-gdbad