[GRASS-SVN] r34730 - grass/branches/develbranch_6/gui/tcltk/d.m
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Dec 4 21:06:36 EST 2008
Author: glynn
Date: 2008-12-04 21:06:36 -0500 (Thu, 04 Dec 2008)
New Revision: 34730
Modified:
grass/branches/develbranch_6/gui/tcltk/d.m/Makefile
Log:
Add execute permission for tksys.tcl
Modified: grass/branches/develbranch_6/gui/tcltk/d.m/Makefile
===================================================================
--- grass/branches/develbranch_6/gui/tcltk/d.m/Makefile 2008-12-05 01:21:53 UTC (rev 34729)
+++ grass/branches/develbranch_6/gui/tcltk/d.m/Makefile 2008-12-05 02:06:36 UTC (rev 34730)
@@ -18,6 +18,7 @@
for tcl in $(TCL); do \
$(INSTALL_DATA) $$tcl $(ETC)/dm/ ; \
done
+ $(CHMOD) a+X $(GISBASE)/etc/dm/tksys.tcl
$(INSTALL) $(PGM2) $(PROG2)
$(MKDIR) $(GISBASE)/etc/dm/script
$(INSTALL) script/*.* $(GISBASE)/etc/dm/script
More information about the grass-commit
mailing list