Eliminate ldconfig which is no longer built by

default (or needed) with uClibc.
1_00_stable_10817
Eric Andersen 2001-09-21 06:05:35 +00:00
parent 48cc89b738
commit f8f6e624bb
1 changed files with 0 additions and 1 deletions

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.