vdudouyt / minipro

An open source program for controlling the MiniPRO TL866xx series of chip programmers
383 stars 77 forks source link

Don't try to (un)install udev/bash-completion files when not running … #83

Closed chenz closed 6 years ago

chenz commented 7 years ago

…as root.

Also introduce separate install/uninstall targets.

# install as root - installs everything
sudo make install

# install as regular user - does not install udev rule
make install PREFIX=/home/me/my-stuff
# install udev rule separately as root
sudo make install-udev-rule
chenz commented 6 years ago

Deprecating this in favor of #100