• Seth Forshee's avatar
    UBUNTU: [Debian] Use "make install" to install firmware · 137c86b0
    Seth Forshee authored
    
    
    Upstream linux-firmware has removed symlinks from the source
    tree, instead relying on Link: entries in WHENCE to generate the
    symlinks at install time. Our current packaging uses rsync to
    copy firmware to the install location, thus we do not get the
    symlinks.
    
    Rather than reinventing the logic to create the symlinks, use
    the support already present in linux-firmware. Replace the rsync
    with "make install", which is going to do a better job anyway as
    we still seem to end up with some non-firmware files in
    /lib/firmware. Also switch installation of files for nic-firmware
    and scsi-firmware to use the install location as the source so
    so that, if necessary, symlinks will be correctly installed for
    those packages.
    Signed-off-by: default avatarSeth Forshee <seth.forshee@canonical.com>
    137c86b0
rules 1.45 KB