fcode-utils icon indicating copy to clipboard operation
fcode-utils copied to clipboard

treewide: DESTDIR -> prefix

Open OPNA2608 opened this issue 3 months ago • 0 comments

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.html
  • prefix: https://www.gnu.org/prep/standards/html_node/Directory-Variables.html

OPNA2608 avatar Sep 14 '25 15:09 OPNA2608