View Single Post
Old 08-18-2010, 12:21 AM   #12
Almiel
regrets buying PocketBook
Almiel ought to be getting tired of karma fortunes by now.Almiel ought to be getting tired of karma fortunes by now.Almiel ought to be getting tired of karma fortunes by now.Almiel ought to be getting tired of karma fortunes by now.Almiel ought to be getting tired of karma fortunes by now.Almiel ought to be getting tired of karma fortunes by now.Almiel ought to be getting tired of karma fortunes by now.Almiel ought to be getting tired of karma fortunes by now.Almiel ought to be getting tired of karma fortunes by now.Almiel ought to be getting tired of karma fortunes by now.Almiel ought to be getting tired of karma fortunes by now.
 
Almiel's Avatar
 
Posts: 44
Karma: 2144500
Join Date: Dec 2009
Location: Texas
Device: CoolReader (Android), Pocketbook 360 Ivory
zipping on mac

Quote:
What is the magic incantation required in terminal to zip up a folder of files into the correct zip format?
I use this method in terminal:

Code:
zip -X MyNewEbook.epub mimetype

zip -rg MyNewEbook.epub META-INF -x \*.DS_Store

zip -rg MyNewEbook.epub OEBPS -x \*.DS_Store
I got it from http://www.webvivant.com/zipping-epub-files.html.
Almiel is offline   Reply With Quote