diff --git a/commands/easypack/easypack.sh b/commands/easypack/easypack.sh index a04f6dc74..0dc1f14b2 100644 --- a/commands/easypack/easypack.sh +++ b/commands/easypack/easypack.sh @@ -87,7 +87,6 @@ do # Check to see if it exists. Don't overwrite unless -o given # It is now unpacked. Build it cd $i - binsizes big if [ -f build.minix ] then sh build.minix >>$ORIG_DIR/Log 2>&1 r=$? @@ -102,7 +101,6 @@ do # Check to see if it exists. Don't overwrite unless -o given then echo Running postinstall script. sh -e .postinstall fi - binsizes normal # Clean up cd ..