зеркало из https://github.com/mozilla/gecko-dev.git
remove the -u flag to the call to zip. This causes various problems with the jar stuff.
(I just made this change to commercial earlier)
This commit is contained in:
Родитель
ce29e09ac6
Коммит
991dfcda61
|
@ -31,7 +31,7 @@ sub Cleanup
|
||||||
sub JarIt
|
sub JarIt
|
||||||
{
|
{
|
||||||
my ($jarfile, $args) = @_;
|
my ($jarfile, $args) = @_;
|
||||||
system "zip -u $jarfile $args\n" || die "zip failed";
|
system "zip $jarfile $args\n" || die "zip failed";
|
||||||
my $cwd = cwd();
|
my $cwd = cwd();
|
||||||
print "+++ jarred $cwd => $jarfile\n";
|
print "+++ jarred $cwd => $jarfile\n";
|
||||||
Cleanup();
|
Cleanup();
|
||||||
|
|
Загрузка…
Ссылка в новой задаче