Bug 600133 - Fix about:buildconfig unification after bug 538890, and future-proof the process a little bit. r=gavin, a2.0=gavin

This commit is contained in:
Smokey Ardisson 2010-10-08 22:10:51 -04:00
Родитель ed0367984e
Коммит 92bcf43b05
2 изменённых файлов: 8 добавлений и 5 удалений

Просмотреть файл

@ -126,9 +126,9 @@ sub fixBuildconfig($$$) {
# Insert a <hr> between the two files.
push (@linesNew, '<hr> </hr>');
# Copy the second file's content beginning after its leading <h1> and <p>.
# Copy the second file's content beginning after its leading <h1>.
while ($line = shift(@lines2)) {
if ($line eq '<p> </p>') {
if ($line eq '<h1>about:buildconfig</h1>') {
last;
}
}

Просмотреть файл

@ -20,8 +20,8 @@
# the Initial Developer. All Rights Reserved.
#
# Contributor(s):
# Seawood <netscape@seawood.org> (original author)
# Christian Biesinger <cbiesinger@gmail.com>
# Christopher Seawood <cls@seawood.org> (original author)
# Christian Biesinger <cbiesinger@web.de>
# Ehsan Akhgari <ehsan.akhgari@gmail.com>
# Ted Mielczarek <ted.mielczarek@gmail.com>
# Steffen Wilberg <steffen.wilberg@web.de>
@ -39,7 +39,10 @@
# the terms of any one of the MPL, the GPL or the LGPL.
#
# ***** END LICENSE BLOCK *****
#
# IMPORTANT: Do not modify this file without checking the results of
# build/macosx/universal/fix-buildconfig in a Mac Universal binary.
#
#filter substitution
<html>
<head>