diff -r 065977253d01 -r ba634892cc18 scripts/functions --- a/scripts/functions Thu Aug 16 12:13:45 2007 +0000 +++ b/scripts/functions Thu Sep 06 12:38:52 2007 +0000 @@ -435,7 +435,7 @@ if [ "${libc_addon}" = "y" ]; then # Some addons tarball directly contian the correct addon directory, # while others have the addon directory named ofter the tarball. - # Fix that bu always using the short name (eg: linuxthreads, ports, etc...) + # Fix that by always using the short name (eg: linuxthreads, ports, etc...) addon_short_name=`echo "${file}" |sed -r -e 's/^[^-]+-//; s/-[^-]+$//;'` [ -d "${addon_short_name}" ] || ln -s "${file}" "${addon_short_name}" # If libc addon, we're already in the correct place