Merge pull request #1644 from chrox/ota_fix

don't use tar.gz file extension for OTA
pull/1646/head
Frans de Jonge 9 years ago
commit 276838bc79

@ -150,7 +150,7 @@ kindleupdate: all
koreader/ota/package.index koreader/ota/package.index
# make gzip kindleupdate for zsync OTA update # make gzip kindleupdate for zsync OTA update
cd $(INSTALL_DIR) && \ cd $(INSTALL_DIR) && \
tar czafh ../koreader-kindle-$(MACHINE)-$(VERSION).tar.gz \ tar czafh ../koreader-kindle-$(MACHINE)-$(VERSION).targz \
-T koreader/ota/package.index --no-recursion -T koreader/ota/package.index --no-recursion
koboupdate: all koboupdate: all
@ -182,7 +182,7 @@ koboupdate: all
koreader/ota/package.index KoboRoot.tgz koreader.png README_kobo.txt koreader/ota/package.index KoboRoot.tgz koreader.png README_kobo.txt
# make gzip koboupdate for zsync OTA update # make gzip koboupdate for zsync OTA update
cd $(INSTALL_DIR) && \ cd $(INSTALL_DIR) && \
tar czafh ../koreader-kobo-$(MACHINE)-$(VERSION).tar.gz \ tar czafh ../koreader-kobo-$(MACHINE)-$(VERSION).targz \
-T koreader/ota/package.index --no-recursion -T koreader/ota/package.index --no-recursion
pbupdate: all pbupdate: all
@ -218,7 +218,7 @@ pbupdate: all
applications/koreader/ota/package.index system applications/koreader/ota/package.index system
# make gzip pbupdate for zsync OTA update # make gzip pbupdate for zsync OTA update
cd $(INSTALL_DIR)/applications && \ cd $(INSTALL_DIR)/applications && \
tar czafh ../../koreader-pocketbook-$(MACHINE)-$(VERSION).tar.gz \ tar czafh ../../koreader-pocketbook-$(MACHINE)-$(VERSION).targz \
-T koreader/ota/package.index --no-recursion -T koreader/ota/package.index --no-recursion
androidupdate: all androidupdate: all

Loading…
Cancel
Save