I used
this command to zip all files in a folder :
zip -r fixedrom.zip /sdcard/dbtools/zipfix/fix/ ;
It works fine but the zip should be like this :
Meta-inf
Recovery
System
Boot.IMG
Etc...
But after unziping its like this Sdcard>dbtools>zipfix>fix>(and files and folders above ) How to fix this ? Thanks in advance