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:
parent
59636cb2ec
commit
7b443715ae
2
make/3rdparty/marble/marble.mk
vendored
2
make/3rdparty/marble/marble.mk
vendored
@ -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)) && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user