зеркало из https://github.com/mozilla/pjs.git
Fix 158009: enable compression of xpclass*.jar.
This commit is contained in:
Родитель
acc0f2eab9
Коммит
78576a17b1
|
@ -59,13 +59,6 @@ foreach $jarfile (split(/ /,$var{FILES}) ) {
|
|||
}
|
||||
}
|
||||
|
||||
# don't compress jar files containing classes since some java
|
||||
# implementations do not implement decompression correctly
|
||||
if ( ($jarfile eq 'xpclass.jar') || ($jarfile eq 'xpclass_dbg.jar') ) {
|
||||
$zipoptions .= ' -0';
|
||||
}
|
||||
|
||||
|
||||
# just in case the directory ends in a /, remove it
|
||||
if ($jardir =~ /\/$/) {
|
||||
chop $jardir;
|
||||
|
|
Загрузка…
Ссылка в новой задаче