Added 'xxl' binsizes size for x.
Leave sh and make at normal size for 'big'. Call binsizes normal after creating release.
This commit is contained in:
@@ -7,9 +7,10 @@ then echo "Usage: $0 <big|normal>"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [ "$1" = big ]
|
||||
then t=$t.big
|
||||
if [ "$1" != normal ]
|
||||
then t=$t.$1
|
||||
fi
|
||||
|
||||
chmem =250000 /usr/lib/* /usr/lib/i386/* >/dev/null 2>&1
|
||||
chmem =600000 /usr/lib/ego/* >/dev/null 2>&1
|
||||
if [ -f $t ]
|
||||
|
||||
Reference in New Issue
Block a user