Skip to content
  • Jan Kiszka's avatar
    build: Modernize device installation · e3eefdf4
    Jan Kiszka authored
    
    
    Drop the obsoleted mknod calls - all modern systems use devtmpfs, and
    that creates the rtp nodes for us.
    
    Furthermore, switch the remaining installation of udev rules to proper
    automake, using sysconfdir, INSTALL_DATA etc., dropping sudo from those
    steps (installation into privileged folders implies "sudo make install"
    or running as root in the first place).
    
    Finally, only differentiate between pre-existing udev.rules and default
    installation into rules.d.
    
    This removes the need for the install-user target - drop it.
    
    Signed-off-by: default avatarJan Kiszka <jan.kiszka@siemens.com>
    e3eefdf4