mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
make: work around make < 4.4 wildcard bug (#12725)
Cf. https://savannah.gnu.org/bugs/?func=detailitem&item_id=41273 This would result in release archives not including some data files (e.g. `ca-bundle.crt` and `KoboUSBMS.tar.gz`).
This commit is contained in:
2
Makefile
2
Makefile
@@ -69,7 +69,7 @@ INSTALL_FILES=reader.lua setupkoenv.lua frontend resources defaults.lua datastor
|
||||
l10n tools README.md COPYING
|
||||
|
||||
OUTPUT_DIR_ARTIFACTS = $(abspath $(OUTPUT_DIR))/!(cache|cmake|data|history|staging|thirdparty)
|
||||
OUTPUT_DIR_DATAFILES = $(wildcard $(OUTPUT_DIR)/data/*)
|
||||
OUTPUT_DIR_DATAFILES = $(OUTPUT_DIR)/data/*
|
||||
|
||||
all: base
|
||||
install -d $(INSTALL_DIR)/koreader
|
||||
|
||||
Reference in New Issue
Block a user