install: do not install bat and sh files

git-svn-id: trunk@46146 -
This commit is contained in:
mattias 2014-09-06 18:59:12 +00:00
parent 88904bab86
commit f081799386
2 changed files with 2 additions and 2 deletions

View File

@ -3128,7 +3128,7 @@ endif
install: installbase
$(COPYTREE) packager debugger designer converter ide images languages lazarus.app units $(LAZARUS_INSTALL_DIR)
$(COPYTREE) components docs doceditor examples lcl test tools $(LAZARUS_INSTALL_DIR)
$(COPYTREE) Makefile* *.txt *.bat *.sh $(LAZARUS_INSTALL_DIR)
$(COPYTREE) Makefile* *.txt $(LAZARUS_INSTALL_DIR)
ifneq ($(findstring $(OS_TARGET),win32 win64),)
$(COPYTREE) lazarus startlazarus lazbuild $(LAZARUS_INSTALL_DIR)
else

View File

@ -273,7 +273,7 @@ endif
install: installbase
$(COPYTREE) packager debugger designer converter ide images languages lazarus.app units $(LAZARUS_INSTALL_DIR)
$(COPYTREE) components docs doceditor examples lcl test tools $(LAZARUS_INSTALL_DIR)
$(COPYTREE) Makefile* *.txt *.bat *.sh $(LAZARUS_INSTALL_DIR)
$(COPYTREE) Makefile* *.txt $(LAZARUS_INSTALL_DIR)
ifneq ($(findstring $(OS_TARGET),win32 win64),)
$(COPYTREE) lazarus startlazarus lazbuild $(LAZARUS_INSTALL_DIR)
else