From 344ef3cf4a779d7668d0d41936178f9a6ce4efc6 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 9 Mar 2006 00:36:50 +0000 Subject: search for sftp-server in multilib dir #125518 by Ed Cates (Portage version: 2.1_pre5-r4) --- app-shells/rssh/rssh-2.3.2.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'app-shells') diff --git a/app-shells/rssh/rssh-2.3.2.ebuild b/app-shells/rssh/rssh-2.3.2.ebuild index 33bbd1abcf3d..32bbd85aaa48 100644 --- a/app-shells/rssh/rssh-2.3.2.ebuild +++ b/app-shells/rssh/rssh-2.3.2.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/rssh/rssh-2.3.2.ebuild,v 1.2 2006/01/10 00:06:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/rssh/rssh-2.3.2.ebuild,v 1.3 2006/03/09 00:36:50 vapier Exp $ + +inherit multilib DESCRIPTION="Restricted shell for SSHd" HOMEPAGE="http://rssh.sourceforge.net/" @@ -21,9 +23,9 @@ src_unpack() { src_compile() { econf \ - --libexecdir=/usr/lib/misc \ + --libexecdir='$(libdir)/misc' \ --with-scp=/usr/bin/scp \ - --with-sftp-server=/usr/lib/misc/sftp-server \ + --with-sftp-server="/usr/$(get_libdir)/misc/sftp-server" \ $(use_enable static) \ || die "econf failed" emake || die -- cgit v1.2.3-65-gdbad