From 4b6d2e155c4ae9dbd039b066c5fcd5673fa10e47 Mon Sep 17 00:00:00 2001 From: chrox Date: Sat, 17 Jan 2015 23:16:45 +0800 Subject: [PATCH] fix wrong exclusion of unused files when building pbupdate --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 34f5687bb..39210bf9f 100644 --- a/Makefile +++ b/Makefile @@ -203,8 +203,8 @@ pbupdate: all cd $(INSTALL_DIR) && \ zip -9 -r \ ../koreader-pocketbook-$(MACHINE)-$(VERSION).zip \ - applications system -x "koreader/resources/fonts/*" \ - "koreader/resources/icons/src/*" "koreader/spec/*" + applications system -x "applications/koreader/resources/fonts/*" \ + "applications/koreader/resources/icons/src/*" "applications/koreader/spec/*" # generate koboupdate package index file zipinfo -1 koreader-pocketbook-$(MACHINE)-$(VERSION).zip > \ $(INSTALL_DIR)/applications/koreader/ota/package.index