fcode-utils
fcode-utils copied to clipboard
treewide: DESTDIR -> prefix
DESTDIR is to be set only by the user, to install to a temporary location. prefix is what should be used for the install location, and DESTDIR is to be prepended to it in the install steps.
Refs:
DESTDIR: https://www.gnu.org/prep/standards/html_node/DESTDIR.htmlprefix: https://www.gnu.org/prep/standards/html_node/Directory-Variables.html