View Single Post
Old 03-17-2011, 01:59 PM   #4
pholy
Booklegger
pholy ought to be getting tired of karma fortunes by now.pholy ought to be getting tired of karma fortunes by now.pholy ought to be getting tired of karma fortunes by now.pholy ought to be getting tired of karma fortunes by now.pholy ought to be getting tired of karma fortunes by now.pholy ought to be getting tired of karma fortunes by now.pholy ought to be getting tired of karma fortunes by now.pholy ought to be getting tired of karma fortunes by now.pholy ought to be getting tired of karma fortunes by now.pholy ought to be getting tired of karma fortunes by now.pholy ought to be getting tired of karma fortunes by now.
 
pholy's Avatar
 
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 have seen epub files (from commercial publishers!) with zero permissions - you can't even read them... obviously a problem. Unzip the file into a new folder and then check the file permissions.
Also, zip may try to include extra directory attributes unless you tell it not to. Here is what I use to zip up and epub file:

Quote:
zip book-file.epub -DX0 mimetype
zip book-file.epub -rDX9 *
The D option tells zip to leave out any extra directory attributes.
pholy is offline   Reply With Quote