[GRASS-SVN] r63275 - grass/trunk/include/Make
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Nov 28 14:40:22 PST 2014
Author: martinl
Date: 2014-11-28 14:40:22 -0800 (Fri, 28 Nov 2014)
New Revision: 63275
Modified:
grass/trunk/include/Make/Script.make
Log:
attempt to fix install rules for scrips (etc - addons)
Modified: grass/trunk/include/Make/Script.make
===================================================================
--- grass/trunk/include/Make/Script.make 2014-11-28 22:28:38 UTC (rev 63274)
+++ grass/trunk/include/Make/Script.make 2014-11-28 22:40:22 UTC (rev 63275)
@@ -35,7 +35,7 @@
$(INSTALL) $(SCRIPT) $(INST_DIR)/scripts/
$(INSTALL_DATA) $(HTMLDIR)/$(PGM).html $(INST_DIR)/docs/html/
$(INSTALL_DATA) $(ARCH_DISTDIR)/docs/man/man1/$(PGM).1 $(INST_DIR)/docs/man/man1/
- if [ -d "$(ETC)/$(PGM)" -a "$(ls -A $(ETC)/$(PGM))" ] ; then \
+ if [ -d "$(ETC)/$(PGM)" ] ; then \
cp -rL $(ETC)/$(PGM) $(INST_DIR)/etc/ ; \
fi
More information about the grass-commit
mailing list