diff options
Diffstat (limited to 'autocompile.sh')
-rwxr-xr-x | autocompile.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autocompile.sh b/autocompile.sh index 1321c5037c88..0a3a8f5662e3 100755 --- a/autocompile.sh +++ b/autocompile.sh @@ -53,7 +53,7 @@ fi mypackages="`grep -v "\#.*" $mylist`" -mkdir -p $ROOT/tmp/portage-log +install -m1777 -d $ROOT/tmp/portage-log echo "$C_HILITE>>>$C_NORMAL Building from ${mylist}..." for i in $mypackages |