[GRASS-SVN] r55304 - grass/branches/releasebranch_6_4/lib/init

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Mar 10 13:01:41 PDT 2013


Author: neteler
Date: 2013-03-10 13:01:41 -0700 (Sun, 10 Mar 2013)
New Revision: 55304

Modified:
   grass/branches/releasebranch_6_4/lib/init/Makefile
Log:
backport of r55296 (fix for trac #1803)

Modified: grass/branches/releasebranch_6_4/lib/init/Makefile
===================================================================
--- grass/branches/releasebranch_6_4/lib/init/Makefile	2013-03-10 18:43:12 UTC (rev 55303)
+++ grass/branches/releasebranch_6_4/lib/init/Makefile	2013-03-10 20:01:41 UTC (rev 55304)
@@ -105,6 +105,7 @@
 	-e \"s#CONFIG_PROJSHARE#$(PROJSHARE)#\" \
 	$< > $@"
 	chmod +x $@
+	unix2dos $@
 
 $(ETC)/set_data$(EXE): $(SET_DATA)
 	$(CC) $(LDFLAGS) -o $@ $(SET_DATA) $(EDITLIB) $(GISLIB) $(DATETIMELIB) $(VASKLIB) $(CURSES) $(MATHLIB) $(XDRLIB)



More information about the grass-commit mailing list