diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-05-29 16:40:36 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-05-29 16:40:36 +0000 |
commit | 6c0adf8e7b00f86748ec3005101bdffb86ea3f35 (patch) | |
tree | 22fb258aa3ef28911b4b0f651823099f36ae5aea /net-dialup/minicom/minicom-2.2-r1.ebuild | |
parent | Unmask xfce-mcs-plugins introducing UI configurable DPI settings in User Inte... (diff) | |
download | historical-6c0adf8e7b00f86748ec3005101bdffb86ea3f35.tar.gz historical-6c0adf8e7b00f86748ec3005101bdffb86ea3f35.tar.bz2 historical-6c0adf8e7b00f86748ec3005101bdffb86ea3f35.zip |
Remove bindnow-flags and make sure minirc.dfl check respects ROOT.
Package-Manager: portage-2.1.2.8
Diffstat (limited to 'net-dialup/minicom/minicom-2.2-r1.ebuild')
-rw-r--r-- | net-dialup/minicom/minicom-2.2-r1.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
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 } |