From 84801e6f51af8f3eaca3b65c66c5e01cdb852638 Mon Sep 17 00:00:00 2001 From: Qingping Hou Date: Mon, 1 Jul 2013 02:58:06 -0400 Subject: [PATCH] add defaults.lua in customupdate --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 71bbecf81..6dcd9630d 100644 --- a/Makefile +++ b/Makefile @@ -82,6 +82,7 @@ customupdate: all cp -r git-rev resources $(INSTALL_DIR) rm -r $(INSTALL_DIR)/resources/fonts cp -rpL frontend $(INSTALL_DIR) + cp defaults.lua $(INSTALL_DIR) mkdir $(INSTALL_DIR)/fonts/host zip -9 -r koreader-$(VERSION).zip $(INSTALL_DIR) launchpad/ extensions/ rm -rf $(INSTALL_DIR)