summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-25 23:00:24 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-25 23:00:24 +0000
commitefea05995c6138616f0a54deaa3fec2d76718c06 (patch)
tree16725b4180a3f050952dd30136600e5c5b72a807 /app-shells/rssh
parentAdd die following econf for bug 48950 (Manifest recommit) (diff)
downloadgentoo-2-efea05995c6138616f0a54deaa3fec2d76718c06.tar.gz
gentoo-2-efea05995c6138616f0a54deaa3fec2d76718c06.tar.bz2
gentoo-2-efea05995c6138616f0a54deaa3fec2d76718c06.zip
Add die following econf for bug 48950
Diffstat (limited to 'app-shells/rssh')
-rw-r--r--app-shells/rssh/ChangeLog7
-rw-r--r--app-shells/rssh/rssh-2.1.1.ebuild6
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
}