UBUNTU: [Debian] Use "make install" to install firmware
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:
Seth Forshee <seth.forshee@canonical.com>
Showing
Please register or sign in to comment