[GRASS-SVN] r30530 - grass/trunk/gui/wxpython
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Mar 11 18:18:50 EDT 2008
Author: martinl
Date: 2008-03-11 18:18:50 -0400 (Tue, 11 Mar 2008)
New Revision: 30530
Modified:
grass/trunk/gui/wxpython/Makefile
Log:
wxGUI: install scripts (-m 775)
Modified: grass/trunk/gui/wxpython/Makefile
===================================================================
--- grass/trunk/gui/wxpython/Makefile 2008-03-11 18:40:45 UTC (rev 30529)
+++ grass/trunk/gui/wxpython/Makefile 2008-03-11 22:18:50 UTC (rev 30530)
@@ -21,8 +21,8 @@
$(INSTALL_DATA) icons/*.* $(ETCDIR)/icons/
$(INSTALL_DATA) icons/silk/* $(ETCDIR)/icons/silk/
$(INSTALL_DATA) images/* $(ETCDIR)/images/
- $(INSTALL_DATA) scripts/* $(ETCDIR)/scripts/
$(INSTALL_DATA) gis_set.py wxgui.py README $(ETCDIR)/
+ $(INSTALL) -m 755 scripts/* $(ETCDIR)/scripts/
$(INSTALL) -m 755 wxgui $(ETCDIR)/scripts/
clean: cleansubdirs
More information about the grass-commit
mailing list