Преглед изворни кода

don't install gui/wxpython/scripts/Makefile, and d.rast3d is already installed in /etc/gui/scripts/ by that Makefile, so don't install it twice

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@37226 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman пре 16 година
родитељ
комит
c977b51308
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      gui/wxpython/Makefile

+ 1 - 1
gui/wxpython/Makefile

@@ -9,7 +9,7 @@ include $(MODULE_TOPDIR)/include/Make/Doxygen.make
 
 ETCDIR = $(ETC)/wxpython
 
-SRCFILES := $(wildcard scripts/* compat/* gui_modules/* icons/*.* icons/silk/* images/* xml/*) gis_set.py wxgui.py README scripts/wxgui
+SRCFILES := $(wildcard scripts/p.* compat/* gui_modules/* icons/*.* icons/silk/* images/* xml/*) gis_set.py wxgui.py README scripts/wxgui
 DSTFILES := $(patsubst %,$(ETCDIR)/%,$(SRCFILES))
 
 default: install_scripts