10-19-2010, 05:25 PM
|
#3
|
Booklegger
Posts: 1,801
Karma: 7999816
Join Date: Jun 2009
Location: Toronto, Ontario, Canada
Device: BeBook(1 & 2010), PEZ, PRS-505, Kobo BT, PRS-T1, Playbook, Kobo Touch
|
I got that error when I let zip include the directory information. Now I use the following two lines in a terminal shell:
zip book-file.epub -DX0 mimetype
zip book-file.epub -rDX9 *
That assumes that I'm creating the epub in the directory containing all the files.
|
|
|