mirror of
https://github.com/koreader/koreader
synced 2024-10-31 21:20:20 +00:00
make history directory in bootstrapemu target
This commit is contained in:
parent
cc3caf9b12
commit
0285475bac
1
Makefile
1
Makefile
@ -43,6 +43,7 @@ bootstrapemu:
|
||||
test -e $(EMU_DIR)/koreader-base || (cd $(EMU_DIR) && ln -s ../$(KOR_BASE)/koreader-base ./)
|
||||
test -e $(EMU_DIR)/extr || (cd $(EMU_DIR) && ln -s ../$(KOR_BASE)/extr ./)
|
||||
test -e $(EMU_DIR)/reader.lua || (cd $(EMU_DIR) && ln -s ../reader.lua ./)
|
||||
test -e $(EMU_DIR)/history || (cd $(EMU_DIR) && mkdir history)
|
||||
|
||||
customupdate: $(KOR_BASE)/koreader-base $(KOR_BASE)/extr
|
||||
# ensure that the binaries were built for ARM
|
||||
|
Loading…
Reference in New Issue
Block a user