diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-01-20 01:13:36 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-01-20 01:13:36 +0000 |
commit | fca559b73902f67a85119479e81f8958bf7b05ec (patch) | |
tree | ca8e6f0eb32ad7858c150b244e6037fc9ad50cf8 /autocompile.sh | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-fca559b73902f67a85119479e81f8958bf7b05ec.tar.gz gentoo-2-fca559b73902f67a85119479e81f8958bf7b05ec.tar.bz2 gentoo-2-fca559b73902f67a85119479e81f8958bf7b05ec.zip |
*** empty log message ***
Diffstat (limited to 'autocompile.sh')
-rwxr-xr-x | autocompile.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/autocompile.sh b/autocompile.sh index a8aa175d89a9..a0926f3cdda0 100755 --- a/autocompile.sh +++ b/autocompile.sh @@ -65,7 +65,7 @@ install -m1777 -d $ROOT/tmp/portage-log echo "$C_HILITE>>>$C_NORMAL Building from ${mylist}..." for i in $mypackages do - + source /etc/profile # full path myd=${i/.\//$PORTDIR\/gentoo-x86\/} @@ -121,4 +121,5 @@ do echo "!!! $myd does not exists !" fi env-update &>/dev/null + done
\ No newline at end of file |