Closed ad1217 closed 6 years ago
Fixes #221
Adds support for DESTDIR and uninstall. The GNU docs say that prefix should be /usr/local, so that's what I made it, but I'm pretty sure it should be /usr. Also, their docs have a lot of lowercase variables, but most people use uppercase.
prefix
/usr/local
/usr
Thanks @ad1217 for this wonderful PR.
Fixes #221
Adds support for DESTDIR and uninstall. The GNU docs say that
prefix
should be/usr/local
, so that's what I made it, but I'm pretty sure it should be/usr
. Also, their docs have a lot of lowercase variables, but most people use uppercase.