[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: busybox bloat



Ethan Benson <erbenson@alaska.net> writes:

> i am not familier with mklibs.py at all.

Just apply this patch and test it.

-- 
...Adam Di Carlo..<adam@onshore-devel.com>...<URL:http://www.onshored.com/>

--- rootdisk.sh 2001/09/01 16:46:49     1.247
+++ rootdisk.sh 2001/09/05 08:36:39
@@ -667,11 +667,11 @@
 
     # FIXME: true for mklibs.py ?
 
-    if [ "$arch" == "alpha" ]; then
+#    if [ "$arch" == "alpha" ]; then
        mklibs=$scripts/mklibs.py
-    else
-       mklibs=$scripts/mklibs.sh
-    fi
+#    else
+#      mklibs=$scripts/mklibs.sh
+#    fi
     $mklibs $vflag -L $E/lib:$E/usr/lib:/lib:/usr/lib --dest-dir $R/lib $EXECUTABLES
     /usr/sbin/chroot $R /sbin/ldconfig $vflag
 else



Reply to: