easypack: don't invoke binsizes
This commit is contained in:
parent
32c757b12c
commit
d1c117ec80
@ -87,7 +87,6 @@ do # Check to see if it exists. Don't overwrite unless -o given
|
|||||||
|
|
||||||
# It is now unpacked. Build it
|
# It is now unpacked. Build it
|
||||||
cd $i
|
cd $i
|
||||||
binsizes big
|
|
||||||
if [ -f build.minix ]
|
if [ -f build.minix ]
|
||||||
then sh build.minix >>$ORIG_DIR/Log 2>&1
|
then sh build.minix >>$ORIG_DIR/Log 2>&1
|
||||||
r=$?
|
r=$?
|
||||||
@ -102,7 +101,6 @@ do # Check to see if it exists. Don't overwrite unless -o given
|
|||||||
then echo Running postinstall script.
|
then echo Running postinstall script.
|
||||||
sh -e .postinstall
|
sh -e .postinstall
|
||||||
fi
|
fi
|
||||||
binsizes normal
|
|
||||||
|
|
||||||
# Clean up
|
# Clean up
|
||||||
cd ..
|
cd ..
|
||||||
|
Loading…
x
Reference in New Issue
Block a user