[GRASS-git] [OSGeo/grass] 9aa325: make: Add support for Makefile variable DESTDIR (#...
nilason
noreply at github.com
Fri Mar 26 05:57:00 PDT 2021
Branch: refs/heads/releasebranch_7_8
Home: https://github.com/OSGeo/grass
Commit: 9aa325a6b2dbb610467fca77eda88980aff3d1c5
https://github.com/OSGeo/grass/commit/9aa325a6b2dbb610467fca77eda88980aff3d1c5
Author: nilason <n_larsson at yahoo.com>
Date: 2021-03-26 (Fri, 26 Mar 2021)
Changed paths:
M include/Make/Install.make
Log Message:
-----------
make: Add support for Makefile variable DESTDIR (#1234)
Addresses issues https://trac.osgeo.org/grass/ticket/764 and
https://trac.osgeo.org/grass/ticket/1839.
DESTDIR is commonly used in package creation, see:
https://www.gnu.org/prep/standards/html_node/DESTDIR.html
This is a modification of https://github.com/macports/macports-ports/blob/4e2a26e42de94067ac78b3f26dbb54d5931158e0/gis/grass7/files/patch-Install_make.diff
originally created by @Veence.
Creates DESTDIR directory if needed.
More information about the grass-commit
mailing list