[GRASS-SVN] r34729 - grass/branches/develbranch_6/gui/tcltk/d.m

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Dec 4 20:21:53 EST 2008


Author: hamish
Date: 2008-12-04 20:21:53 -0500 (Thu, 04 Dec 2008)
New Revision: 34729

Modified:
   grass/branches/develbranch_6/gui/tcltk/d.m/Makefile
Log:
don't make regular .tcl files executable

Modified: grass/branches/develbranch_6/gui/tcltk/d.m/Makefile
===================================================================
--- grass/branches/develbranch_6/gui/tcltk/d.m/Makefile	2008-12-04 20:20:07 UTC (rev 34728)
+++ grass/branches/develbranch_6/gui/tcltk/d.m/Makefile	2008-12-05 01:21:53 UTC (rev 34729)
@@ -16,7 +16,7 @@
 	if [ ! -d $(ETC)/dm ]; then $(MKDIR) $(ETC)/dm; fi
 	$(INSTALL_DATA) *.gif $(ETC)/dm/
 	for tcl in $(TCL); do \
-	    $(INSTALL) $$tcl $(ETC)/dm/ ; \
+	    $(INSTALL_DATA) $$tcl $(ETC)/dm/ ; \
 	done
 	$(INSTALL) $(PGM2) $(PROG2)
 	$(MKDIR) $(GISBASE)/etc/dm/script



More information about the grass-commit mailing list