From 38bb360f2db97def03fd6ef788fcdaa4284fca43 Mon Sep 17 00:00:00 2001 From: Qingping Hou Date: Fri, 28 Jun 2013 01:53:12 -0400 Subject: [PATCH 1/2] link ev_replay to emu dir --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index c5210abb9..3ee5ecff6 100644 --- a/Makefile +++ b/Makefile @@ -54,6 +54,7 @@ bootstrapemu: test -e $(EMU_DIR)/reader.lua || (cd $(EMU_DIR) && ln -s ../reader.lua ./) test -e $(EMU_DIR)/history || (mkdir $(EMU_DIR)/history) test -e $(EMU_DIR)/$(MO_DIR) || (cd $(EMU_DIR) && ln -s ../$(MO_DIR) ./) + test -e $(EMU_DIR)/ev_replay.py || (cd $(EMU_DIR) && ln -s ../$(KOR_BASE)/ev_replay.py ./) customupdate: all # ensure that the binaries were built for ARM From 4295c265bc188de01601fcf4db1b7be691bd7d51 Mon Sep 17 00:00:00 2001 From: Qingping Hou Date: Fri, 28 Jun 2013 04:05:46 -0400 Subject: [PATCH 2/2] update koreader-base for cre margin support --- koreader-base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koreader-base b/koreader-base index cc7f26684..f4561cf11 160000 --- a/koreader-base +++ b/koreader-base @@ -1 +1 @@ -Subproject commit cc7f266844153ec09a891e16534223e8efda2f5d +Subproject commit f4561cf118770d442419a9c96fad65e1900f6005