From 6bfa02168911de8412c3a7dc7558d0fcb9a6364c Mon Sep 17 00:00:00 2001 From: NiLuJe Date: Sun, 27 Sep 2020 23:15:48 +0200 Subject: [PATCH] Unbreak OTAs on PB (#6722) Forgot to ship the spinning_zsync helper script... --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 39cbc82ba..6351cf001 100644 --- a/Makefile +++ b/Makefile @@ -255,6 +255,7 @@ pbupdate: all mkdir -p $(INSTALL_DIR)/system/bin cp $(POCKETBOOK_DIR)/koreader.app $(INSTALL_DIR)/applications cp $(POCKETBOOK_DIR)/koreader.app $(INSTALL_DIR)/system/bin + cp $(COMMON_DIR)/spinning_zsync $(INSTALL_DIR)/koreader cp -rfL $(INSTALL_DIR)/koreader $(INSTALL_DIR)/applications find $(INSTALL_DIR)/applications/koreader \ -type f \( -name "*.gif" -o -name "*.html" -o -name "*.md" -o -name "*.txt" \) \