mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
make: ignore thirdparty directory when installing
This commit is contained in:
committed by
Frans de Jonge
parent
5a146414db
commit
8c0362f9ed
2
Makefile
2
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user