diff options
author | Thilo Bangert <bangert@gentoo.org> | 2007-02-26 21:16:41 +0000 |
---|---|---|
committer | Thilo Bangert <bangert@gentoo.org> | 2007-02-26 21:16:41 +0000 |
commit | 7ef42cbeb2fe1983f889f14eda92813346e8cbfb (patch) | |
tree | 26eca1b639af98cecdd143696f64bde68a811452 /sys-apps/ucspi-unix/ucspi-unix-0.36-r1.ebuild | |
parent | Version bump. Add myself to the metadata. (diff) | |
download | gentoo-2-7ef42cbeb2fe1983f889f14eda92813346e8cbfb.tar.gz gentoo-2-7ef42cbeb2fe1983f889f14eda92813346e8cbfb.tar.bz2 gentoo-2-7ef42cbeb2fe1983f889f14eda92813346e8cbfb.zip |
fix ROOT misuse
(Portage version: 2.1.2-r9)
Diffstat (limited to 'sys-apps/ucspi-unix/ucspi-unix-0.36-r1.ebuild')
-rw-r--r-- | sys-apps/ucspi-unix/ucspi-unix-0.36-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/ucspi-unix/ucspi-unix-0.36-r1.ebuild b/sys-apps/ucspi-unix/ucspi-unix-0.36-r1.ebuild index a5db26f3d099..6e61374f6c42 100644 --- a/sys-apps/ucspi-unix/ucspi-unix-0.36-r1.ebuild +++ b/sys-apps/ucspi-unix/ucspi-unix-0.36-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ucspi-unix/ucspi-unix-0.36-r1.ebuild,v 1.7 2004/11/05 01:34:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ucspi-unix/ucspi-unix-0.36-r1.ebuild,v 1.8 2007/02/26 21:16:41 bangert Exp $ inherit eutils toolchain-funcs @@ -22,8 +22,8 @@ src_unpack() { } src_compile() { - echo "$(tc-getCC) ${CFLAGS} -I${ROOT}/usr/lib/bglibs/include" > conf-cc - echo "$(tc-getCC) -s -L${ROOT}/usr/lib/bglibs/lib" > conf-ld + echo "$(tc-getCC) ${CFLAGS} -I/usr/lib/bglibs/include" > conf-cc + echo "$(tc-getCC) -s -L/usr/lib/bglibs/lib" > conf-ld make || die #don't use emake b/c of jobserver } |