mirror of
https://github.com/koreader/koreader
synced 2024-11-10 01:10:34 +00:00
make: handle old build data directory (#12259)
This commit is contained in:
parent
dbebf3f996
commit
f9ee2449c7
1
Makefile
1
Makefile
@ -103,6 +103,7 @@ endif
|
||||
install -d $(INSTALL_DIR)/koreader/{screenshots,fonts/host,ota}
|
||||
# Note: the data dir is distinct from the one in base/build/…!
|
||||
@echo "[*] Install data files"
|
||||
! test -L $(INSTALL_DIR)/koreader/data || rm $(INSTALL_DIR)/koreader/data
|
||||
install -d $(INSTALL_DIR)/koreader/data
|
||||
$(SYMLINK) $(OUTPUT_DIR_DATAFILES) $(CR3GUI_DATADIR_FILES) $(INSTALL_DIR)/koreader/data/
|
||||
ifneq (,$(IS_RELEASE))
|
||||
|
Loading…
Reference in New Issue
Block a user