]> Zhao Yanbai Git Server - minix.git/commitdiff
easypack: don't invoke binsizes
authorBen Gras <ben@minix3.org>
Tue, 22 Jun 2010 15:44:47 +0000 (15:44 +0000)
committerBen Gras <ben@minix3.org>
Tue, 22 Jun 2010 15:44:47 +0000 (15:44 +0000)
commands/easypack/easypack.sh

index a04f6dc743e54f8e81109201d8674416e842d58b..0dc1f14b218a3c1dabc235f083f4df12dc99285e 100644 (file)
@@ -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 ..