git-svn-id: http://repo.nplusc.de/svn/iZink@260 8b19561d-0d00-6744-8ac1-9afc8f58a8aa
@@ -702,7 +702,11 @@ public class IZpackage
if(!FileTK.isDir(fn))
{
- fn=FileTK.getRelativePath(fn, packdir).substring(3);
+ fn=FileTK.getRelativePath(fn, packdir);
+ if(File.separator.equals("/"))
+ fn = fn.substring(2);
+ else
+ fn = fn.substring(3);
fnp.add(fn);
}