http://qa.mandrakesoft.com/show_bug.cgi?id=5221





------- Additional Comments From [EMAIL PROTECTED]  2003-03-09 08:33 -------
rebuilt rpms for those who can't wait:
http://www.iki.fi/tmb/Cooker/bootloader-utils-1.4-2mdk.i586.rpm
http://www.iki.fi/tmb/Cooker/bootloader-utils-1.4-2mdk.src.rpm



-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
status: NEW
creation_date: 
description: 
Whenever new kernel is installed, the following message will be seen:

    ln: invalid option -- o
    Try `ln --help' for more information.

It's because there is a typo in do_create_link_source():

    version="`echo $version | sed 's/-BOOT//'`"
                                                                                
    local kernel_source=/usr/src/linux-$version
    if [ -d $kernel_source ]; then
        ln -sf $kernel-source /lib/modules/$kversion/build
    fi

The hyphen between "$kernel" and "source" should be underscore instead.
Otherwise "-source" will be parsed as option to ln, thus causing failure to
create the .../build symlink.

Reply via email to