[GRASS-SVN] r32144 - grass/trunk

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jul 17 02:28:07 EDT 2008


Author: glynn
Date: 2008-07-17 02:28:07 -0400 (Thu, 17 Jul 2008)
New Revision: 32144

Modified:
   grass/trunk/Makefile
Log:
Fix permissions on install-sh


Modified: grass/trunk/Makefile
===================================================================
--- grass/trunk/Makefile	2008-07-17 06:26:12 UTC (rev 32143)
+++ grass/trunk/Makefile	2008-07-17 06:28:07 UTC (rev 32144)
@@ -84,7 +84,7 @@
 	@echo "Started compilation: `date`"  >> $(ERRORLOG)
 	@echo "--"                           >> $(ERRORLOG)
 	@echo "Errors in:"                   >> $(ERRORLOG)
-	chmod 744 install-sh
+	chmod 755 install-sh
 	@list='$(SUBDIRS)'; \
 	for subdir in $$list; do \
 		$(MAKE) -C $$subdir; \



More information about the grass-commit mailing list