Eliminate ldconfig which is no longer built by

default (or needed) with uClibc.
This commit is contained in:
Eric Andersen 2001-09-21 06:05:35 +00:00
parent 48cc89b738
commit f8f6e624bb

View File

@ -93,7 +93,6 @@ ln -s /proc/mounts $TARGET_DIR/etc/mtab
# other miscellaneous setup
mkdir $TARGET_DIR/initrd
mkdir $TARGET_DIR/proc
$UCLIBC_DIR/ld.so-1/util/ldconfig -r $TARGET_DIR
# Done. Maybe do cleanup.