From 6c0adf8e7b00f86748ec3005101bdffb86ea3f35 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 29 May 2007 16:40:36 +0000 Subject: Remove bindnow-flags and make sure minirc.dfl check respects ROOT. Package-Manager: portage-2.1.2.8 --- net-dialup/minicom/minicom-2.2-r1.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'net-dialup/minicom/minicom-2.2-r1.ebuild') diff --git a/net-dialup/minicom/minicom-2.2-r1.ebuild b/net-dialup/minicom/minicom-2.2-r1.ebuild index 638b63d72667..75148c6d2328 100644 --- a/net-dialup/minicom/minicom-2.2-r1.ebuild +++ b/net-dialup/minicom/minicom-2.2-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/minicom/minicom-2.2-r1.ebuild,v 1.3 2007/05/29 06:01:00 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/minicom/minicom-2.2-r1.ebuild,v 1.4 2007/05/29 16:40:36 vapier Exp $ -inherit eutils flag-o-matic +inherit eutils STUPID_NUM="1806" @@ -27,8 +27,6 @@ src_unpack() { } src_compile() { - # avoid lazy binding (minicom is sgided) - append-ldflags $(bindnow-flags) econf --sysconfdir=/etc/${PN} || die "econf failed" emake || die "emake failed" } @@ -42,6 +40,6 @@ src_install() { } pkg_preinst() { - [[ -s /etc/minicom/minirc.dfl ]] \ + [[ -s ${ROOT}/etc/minicom/minirc.dfl ]] \ && rm -f "${D}"/etc/minicom/minirc.dfl } -- cgit v1.2.3-65-gdbad