Skip to content

Fix DESTDIR, and add INSTALLDIR

m4xw requested to merge github/fork/RobLoach/destdir into master

Created by: RobLoach

DESTDIR is the root of the file system, not where the package should be installed. This introduces a INSTALLDIR to allow changing install destination.

https://www.gnu.org/prep/standards/html_node/DESTDIR.html

Merge request reports