[GRASS-git] [OSGeo/grass] 5e976f: build: Case-insensitive check for GRASS in prefix ...
nilason
noreply at github.com
Mon Sep 14 20:07:32 PDT 2020
Branch: refs/heads/master
Home: https://github.com/OSGeo/grass
Commit: 5e976f7f8d27b7d22a3f00e3ad0ea04ab419a691
https://github.com/OSGeo/grass/commit/5e976f7f8d27b7d22a3f00e3ad0ea04ab419a691
Author: nilason <n_larsson at yahoo.com>
Date: 2020-09-14 (Mon, 14 Sep 2020)
Changed paths:
M include/Make/Install.make
Log Message:
-----------
build: Case-insensitive check for GRASS in prefix (#949)
A check for the word grass in the installation directory (prefix) was lowercase only. This was too exclusive and caused a warning and unnecessary interaction for cases where GRASS is written in uppercase which is the case, e.g., on macOS with /Applications/GRASS-7.9.app/...
This checks against a lower-cased install directory path, hence making it case-insensitive.
More information about the grass-commit
mailing list