Abrowser updated for v32

This commit is contained in:
Rubén Rodríguez 2014-10-01 12:01:34 +02:00
parent 68163c73e2
commit cce83006af
4 changed files with 261 additions and 303 deletions

View file

@ -201,7 +201,7 @@ tmpmount(){
[ $MEM -lt 16000000 ] && return
grep jails/$UPSTREAM-$JAILARCH/tmp /proc/mounts -q && tmpumount
echo $PACKAGE | grep -q "linux" && return
mount -t tmpfs -o size=15G none jails/$UPSTREAM-$JAILARCH/tmp
mount -t tmpfs -o size=20G none jails/$UPSTREAM-$JAILARCH/tmp
}
compile(){