summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-11-20 08:07:05 +0000
committerAchim Gottinger <achim@gentoo.org>2000-11-20 08:07:05 +0000
commitff378a8e9949e833c2092c9df7f777eb4657654b (patch)
tree523649a595d2dfa67be70efc604b8884f4f7b341 /autocompile.sh
parentthingees (diff)
downloadgentoo-2-ff378a8e9949e833c2092c9df7f777eb4657654b.tar.gz
gentoo-2-ff378a8e9949e833c2092c9df7f777eb4657654b.tar.bz2
gentoo-2-ff378a8e9949e833c2092c9df7f777eb4657654b.zip
*** empty log message ***
Diffstat (limited to 'autocompile.sh')
-rwxr-xr-xautocompile.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/autocompile.sh b/autocompile.sh
index fb4cf5a7daab..2922b4025b73 100755
--- a/autocompile.sh
+++ b/autocompile.sh
@@ -12,9 +12,13 @@ STEPS="check fetch clean unpack compile install qmerge clean"
do_step() {
+ local tmpp
+ tmpd=`pwd`
echo "$C_END $C_HILITE "
echo "$C_END $C_HILITE [$1] "
- ebuild $myd $1 &> $myl/$1
+ cd `dirname $myd`
+ ebuild $myf $1 &> $myl/$1
+ cd $tmpd
mye=$?
if [ -f $LOGDIR/$1 ]