[GRASS-SVN] r67766 - grass/branches/releasebranch_7_0/include/Make
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Feb 7 12:59:28 PST 2016
Author: annakrat
Date: 2016-02-07 12:59:28 -0800 (Sun, 07 Feb 2016)
New Revision: 67766
Modified:
grass/branches/releasebranch_7_0/include/Make/Script.make
Log:
make: fix compilation of certain addons on mac, lowercase r flag does not work on Mac (merge from trunk, r67678)
Modified: grass/branches/releasebranch_7_0/include/Make/Script.make
===================================================================
--- grass/branches/releasebranch_7_0/include/Make/Script.make 2016-02-07 20:46:11 UTC (rev 67765)
+++ grass/branches/releasebranch_7_0/include/Make/Script.make 2016-02-07 20:59:28 UTC (rev 67766)
@@ -40,7 +40,7 @@
fi
$(INSTALL_DATA) $(ARCH_DISTDIR)/docs/man/man1/$(PGM).1 $(INST_DIR)/docs/man/man1/
if [ -d "$(ETC)/$(PGM)" ] ; then \
- cp -rL $(ETC)/$(PGM) $(INST_DIR)/etc/ ; \
+ cp -RL $(ETC)/$(PGM) $(INST_DIR)/etc/ ; \
fi
.PHONY: script scriptstrings
More information about the grass-commit
mailing list