Skip to content

Support DESTDIR on Makefile

Gentoo will install this script by default using the following command: emake DESTDIR="${D}" install however the Makefile currently make no use of this variable.

It would be nice if the Makefile could use this variable instead of enforcing the binary location of /usr/bin/local.

Ref:

Edited by Bruno Pinto