# HG changeset patch # User Rob Landley # Date 1253184565 18000 # Node ID 126be4c2f1d0b56a62ea452564d404c082f2eba7 # Parent d1a88d878e187317181f36122bcfca8463b8722b Move ldconfig from sbin to bin for the static cross compiler, so we only have to add one directory to the $PATH. (And fix the build break trying to rename it with the $ARCH- prefix and not finding it in bin.) diff -r d1a88d878e18 -r 126be4c2f1d0 sources/sections/uClibc.sh --- a/sources/sections/uClibc.sh Thu Sep 17 04:06:02 2009 -0500 +++ b/sources/sections/uClibc.sh Thu Sep 17 05:49:25 2009 -0500 @@ -42,6 +42,7 @@ if [ ! -z "$PROGRAM_PREFIX" ] then + mv "${STAGE_DIR}"/{sbin,bin}/ldconfig || dienow for i in ldd readelf ldconfig do mv "$STAGE_DIR/bin/"{"$i","${PROGRAM_PREFIX}$i"} || dienow