Skip to content

Makefile fixes

Sergey Makarov requested to merge SeTSeR356/acpilight:master into master

Original Makefile didn't allow install paths without /usr prefix, for example, binary cannot be installed to ${DESTDIR}/bin, only to ${DESTDIR}/usr/bin. Original Makefile also performs install, when called by command make. This MR fixes it.

Edited by Sergey Makarov

Merge request reports