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