diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-25 22:59:11 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-25 22:59:11 +0000 |
commit | 9b54a3da5864080c9fd85defb92b1fa5454b313a (patch) | |
tree | 6214149967fd665c25b99ef5b9c470c08c8cd891 /app-shells/rssh | |
parent | Add die following econf for bug 48950 (diff) | |
download | historical-9b54a3da5864080c9fd85defb92b1fa5454b313a.tar.gz historical-9b54a3da5864080c9fd85defb92b1fa5454b313a.tar.bz2 historical-9b54a3da5864080c9fd85defb92b1fa5454b313a.zip |
Add die following econf for bug 48950
Diffstat (limited to 'app-shells/rssh')
-rw-r--r-- | app-shells/rssh/ChangeLog | 7 | ||||
-rw-r--r-- | app-shells/rssh/rssh-2.1.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-shells/rssh/ChangeLog b/app-shells/rssh/ChangeLog index caafe8a29da2..61d85bff8e06 100644 --- a/app-shells/rssh/ChangeLog +++ b/app-shells/rssh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/rssh -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/rssh/ChangeLog,v 1.3 2003/10/14 20:11:02 max Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-shells/rssh/ChangeLog,v 1.4 2004/04/25 22:59:11 agriffis Exp $ + + 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> rssh-2.1.1.ebuild: + Add die following econf for bug 48950 14 Oct 2003; Max Kalika <max@gentoo.org> rssh-2.1.1.ebuild: Comply with Gentoo policies with respect to libexecdir. diff --git a/app-shells/rssh/rssh-2.1.1.ebuild b/app-shells/rssh/rssh-2.1.1.ebuild index 19af091809b7..b32c4f364166 100644 --- a/app-shells/rssh/rssh-2.1.1.ebuild +++ b/app-shells/rssh/rssh-2.1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/rssh/rssh-2.1.1.ebuild,v 1.4 2003/10/14 20:11:02 max Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/rssh/rssh-2.1.1.ebuild,v 1.5 2004/04/25 22:59:11 agriffis Exp $ DESCRIPTION="Restricted shell for SSHd." HOMEPAGE="http://rssh.sourceforge.net/" @@ -18,7 +18,7 @@ src_compile() { --libexecdir=/usr/lib/misc \ --with-scp=/usr/bin/scp \ --with-sftp-server=/usr/lib/misc/sftp-server \ - `use_enable static` + `use_enable static` || die "econf failed" emake || die } |