diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-03-09 00:36:50 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-03-09 00:36:50 +0000 |
commit | 344ef3cf4a779d7668d0d41936178f9a6ce4efc6 (patch) | |
tree | b23c5e722d4a397e9c7b699f01c56d36630b6b5e /app-shells/rssh | |
parent | Disable strip during install, leave to portage the job of deciding about that... (diff) | |
download | gentoo-2-344ef3cf4a779d7668d0d41936178f9a6ce4efc6.tar.gz gentoo-2-344ef3cf4a779d7668d0d41936178f9a6ce4efc6.tar.bz2 gentoo-2-344ef3cf4a779d7668d0d41936178f9a6ce4efc6.zip |
search for sftp-server in multilib dir #125518 by Ed Cates
(Portage version: 2.1_pre5-r4)
Diffstat (limited to 'app-shells/rssh')
-rw-r--r-- | app-shells/rssh/rssh-2.3.2.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
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 |