Skip to content

install/udev: use add_binary to add ata_id and scsi_id

nl6720 requested to merge nl6720/mkinitcpio:udev-add_binary into master

/usr/lib/udev/ata_id and /usr/lib/udev/scsi_id are binary files, so they should be added using the add_binary function to ensure all their dependencies are included too.

Merge request reports