[GRASS-SVN] r40661 - grass/trunk

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jan 26 06:04:51 EST 2010


Author: glynn
Date: 2010-01-26 06:04:47 -0500 (Tue, 26 Jan 2010)
New Revision: 40661

Modified:
   grass/trunk/Makefile
   grass/trunk/install-sh
Log:
Set svn:executable property on install-sh
Don't complain about failure to chmod install-sh



Modified: grass/trunk/Makefile
===================================================================
--- grass/trunk/Makefile	2010-01-26 09:59:48 UTC (rev 40660)
+++ grass/trunk/Makefile	2010-01-26 11:04:47 UTC (rev 40661)
@@ -59,7 +59,7 @@
 	@echo "Started compilation: `date`"  >> $(ERRORLOG)
 	@echo "--"                           >> $(ERRORLOG)
 	@echo "Errors in:"                   >> $(ERRORLOG)
-	chmod 755 install-sh
+	-$(CHMOD) 755 install-sh
 	$(MAKE) subdirs
 	$(MAKE) $(FILES_DST)
 	$(MAKE) $(ARCH_DISTDIR)/$(GRASS_NAME).tmp


Property changes on: grass/trunk/install-sh
___________________________________________________________________
Added: svn:executable
   + *



More information about the grass-commit mailing list