Leave relative symlinks as they are

This commit is contained in:
Federico Fissore 2015-03-20 09:38:29 +01:00
parent 44ce5fe67a
commit 02b7fa87eb
1 changed files with 0 additions and 2 deletions

View File

@ -189,8 +189,6 @@ public class ArchiveExtractor {
System.err.println(I18n.format(_("Warning: file {0} links to an absolute path {1}, changing it to {2}"), outputFile, outputLinkedFile, new File(outputLinkedFile.getName())));
System.err.println();
outputLinkedFile = new File(outputLinkedFile.getName());
} else {
outputLinkedFile = new File(outputFile.getParent(), linkName);
}
}