зеркало из https://github.com/mozilla/pjs.git
Bug 370696. overwrite the manifest file. r=rcampbell
This commit is contained in:
Родитель
9d9152a774
Коммит
362f86beae
|
@ -373,7 +373,7 @@ CHROMEEND
|
|||
|
||||
my($filename, $directories, $suffix) = fileparse($app_path);
|
||||
my $manifest = $directories . "chrome/mochikit.manifest";
|
||||
open(MANIFEST, ">>$manifest") ||
|
||||
open(MANIFEST, ">$manifest") ||
|
||||
die("Could not open manifest file $!");
|
||||
print MANIFEST ("content mochikit $chrometest_dir");
|
||||
close(MANIFEST);
|
||||
|
|
Загрузка…
Ссылка в новой задаче