1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

LP-30 don't package non existant LibrePilotReadme.txt with marble

This commit is contained in:
Philippe Renon 2015-09-08 22:52:52 +02:00
parent 59636cb2ec
commit 7b443715ae

View File

@ -97,7 +97,7 @@ marble:
.PHONY: package_marble
package_marble:
@$(ECHO) "Packaging $(call toprel, $(MARBLE_INSTALL_DIR)) into $(notdir $(MARBLE_INSTALL_DIR)).tar"
$(V1) $(CP) $(ROOT_DIR)/make/3rdparty/OpenPilotReadme.txt $(MARBLE_INSTALL_DIR)/
#$(V1) $(CP) $(ROOT_DIR)/make/3rdparty/LibrePilotReadme.txt $(MARBLE_INSTALL_DIR)/
$(V1) ( \
$(CD) $(MARBLE_INSTALL_DIR)/.. && \
$(TAR) cf $(notdir $(MARBLE_INSTALL_DIR)).tar $(notdir $(MARBLE_INSTALL_DIR)) && \