diff options
author | Thilo Bangert <bangert@gentoo.org> | 2007-02-23 19:24:57 +0000 |
---|---|---|
committer | Thilo Bangert <bangert@gentoo.org> | 2007-02-23 19:24:57 +0000 |
commit | 58fd75b3fddc9aa4d456b4ede7613672bdb9aa95 (patch) | |
tree | a29af93d0e22d0442175ed51b8064c1235ee16f4 /net-mail/qmail-autoresponder/qmail-autoresponder-0.96.1-r1.ebuild | |
parent | Fixed linux-mod eclass usage (diff) | |
download | historical-58fd75b3fddc9aa4d456b4ede7613672bdb9aa95.tar.gz historical-58fd75b3fddc9aa4d456b4ede7613672bdb9aa95.tar.bz2 historical-58fd75b3fddc9aa4d456b4ede7613672bdb9aa95.zip |
fix ROOT misuse
Package-Manager: portage-2.1.2-r9
Diffstat (limited to 'net-mail/qmail-autoresponder/qmail-autoresponder-0.96.1-r1.ebuild')
-rw-r--r-- | net-mail/qmail-autoresponder/qmail-autoresponder-0.96.1-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mail/qmail-autoresponder/qmail-autoresponder-0.96.1-r1.ebuild b/net-mail/qmail-autoresponder/qmail-autoresponder-0.96.1-r1.ebuild index bae86f9f685d..a93b97c024e5 100644 --- a/net-mail/qmail-autoresponder/qmail-autoresponder-0.96.1-r1.ebuild +++ b/net-mail/qmail-autoresponder/qmail-autoresponder-0.96.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-autoresponder/qmail-autoresponder-0.96.1-r1.ebuild,v 1.15 2007/02/22 16:00:23 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-autoresponder/qmail-autoresponder-0.96.1-r1.ebuild,v 1.16 2007/02/23 19:24:57 bangert Exp $ inherit fixheadtails eutils toolchain-funcs @@ -35,8 +35,8 @@ src_unpack() { src_compile() { cd ${S} - echo "${ROOT}/usr/include/bglibs" > conf-bgincs - echo "${ROOT}/usr/lib/bglibs" > conf-bglibs + echo "/usr/include/bglibs" > conf-bgincs + echo "/usr/lib/bglibs" > conf-bglibs echo "$(tc-getCC) ${CFLAGS}" > conf-cc echo "$(tc-getCC) ${LDFLAGS}" > conf-ld |