make: ignore thirdparty directory when installing

reviewable/pr11798/r3
Benoit Pierre 3 weeks ago
parent a62509ecf0
commit b14e2d1e3b

@ -57,7 +57,7 @@ ifeq ($(abspath $(OUTPUT_DIR)),$(OUTPUT_DIR))
else
ABSOLUTE_OUTPUT_DIR = $(KOR_BASE)/$(OUTPUT_DIR)
endif
OUTPUT_DIR_ARTIFACTS = $(ABSOLUTE_OUTPUT_DIR)/!(cache|history)
OUTPUT_DIR_ARTIFACTS = $(ABSOLUTE_OUTPUT_DIR)/!(cache|history|thirdparty)
all: base
install -d $(INSTALL_DIR)/koreader

Loading…
Cancel
Save