Lines 1-7
Link Here
|
1 |
#!/bin/bash |
1 |
#!/bin/bash |
2 |
# Copyright 1999-2003 Gentoo Technologies, Inc. |
2 |
# Copyright 1999-2003 Gentoo Technologies, Inc. |
3 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
# Distributed under the terms of the GNU General Public License v2 |
4 |
# $Header: /home/cvsroot/gentoo-src/portage/bin/ebuild.sh,v 1.143 2003/10/13 07:43:38 carpaski Exp $ |
4 |
# $Header:$ |
5 |
|
5 |
|
6 |
if [ "$*" != "depend" ] && [ "$*" != "clean" ]; then |
6 |
if [ "$*" != "depend" ] && [ "$*" != "clean" ]; then |
7 |
if [ -f ${T}/successful ]; then |
7 |
if [ -f ${T}/successful ]; then |
Lines 1205-1210
Link Here
|
1205 |
#this will cause sandbox errors with some ./configure |
1205 |
#this will cause sandbox errors with some ./configure |
1206 |
#scripts, so set it to $T. |
1206 |
#scripts, so set it to $T. |
1207 |
export TMP="${T}" |
1207 |
export TMP="${T}" |
|
|
1208 |
export TEMP="${T}" |
1208 |
export TMPDIR="${T}" |
1209 |
export TMPDIR="${T}" |
1209 |
|
1210 |
|
1210 |
# Note: this next line is not the same as export RDEPEND=${RDEPEND:-${DEPEND}} |
1211 |
# Note: this next line is not the same as export RDEPEND=${RDEPEND:-${DEPEND}} |