[GRASS-SVN] r67678 - grass/trunk/include/Make

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jan 26 17:53:24 PST 2016


Author: annakrat
Date: 2016-01-26 17:53:23 -0800 (Tue, 26 Jan 2016)
New Revision: 67678

Modified:
   grass/trunk/include/Make/Script.make
Log:
make: fix compilation of certain addons on mac, lowercase r flag does not work on Mac

Modified: grass/trunk/include/Make/Script.make
===================================================================
--- grass/trunk/include/Make/Script.make	2016-01-26 16:48:56 UTC (rev 67677)
+++ grass/trunk/include/Make/Script.make	2016-01-27 01:53:23 UTC (rev 67678)
@@ -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