--- ebuild.sh.orig Fri Aug 30 03:14:18 2002 +++ ebuild.sh Fri Aug 30 03:25:28 2002 @@ -5,7 +5,7 @@ # If $T is defined, then we're not simply calculating dependencies and # can backup/restore our env otherwise, we don't wanna try it. - # Save the environment apon exit + # Save the environment upon exit trap "esave_ebuild_env" EXIT # Calls ebuild.sh with the required arguments, restoring a saved @@ -213,7 +213,7 @@ --localstatedir=/var/lib \ "$@" || die "econf failed" else - die "no configure script fond" + die "no configure script found" fi } @@ -512,7 +512,7 @@ #some packages use an alternative to $S to build in, cause #our libtool to create problematic .la files export PWORKDIR="$WORKDIR" - #some users have $TMPDIR to a custom dir in theif home ... + #some users have $TMPDIR to a custom dir in their home ... #this will cause sandbox errors with some ./configure #scripts, so set it to $T. export TMPDIR="${T}" @@ -581,7 +581,7 @@ #some packages uses an alternative to $S to build in, cause #our libtool to create problematic .la files export PWORKDIR="$WORKDIR" - #some users have $TMPDIR to a custom dir in thier home ... + #some users have $TMPDIR to a custom dir in their home ... #this will cause sandbox errors with some ./configure #scripts, so set it to $T. export TMPDIR="${T}"