[GRASS-SVN] r32146 - grass/branches/develbranch_6
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Jul 17 05:21:17 EDT 2008
Author: martinl
Date: 2008-07-17 05:21:17 -0400 (Thu, 17 Jul 2008)
New Revision: 32146
Modified:
grass/branches/develbranch_6/Makefile
Log:
Fix permissions on install-sh (merged from trunk, r32144)
Modified: grass/branches/develbranch_6/Makefile
===================================================================
--- grass/branches/develbranch_6/Makefile 2008-07-17 09:19:43 UTC (rev 32145)
+++ grass/branches/develbranch_6/Makefile 2008-07-17 09:21:17 UTC (rev 32146)
@@ -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