mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-02 12:07:52 +00:00
Make build ids work on unix again. Bug #53559 r=jag a=jar
This commit is contained in:
parent
ca2ea6cb42
commit
b6dfdbc836
@ -124,7 +124,9 @@ sub EnsureFileInDir
|
||||
|
||||
my $src = $srcFile;
|
||||
if (defined($src)) {
|
||||
$src = "$srcPath/$srcFile";
|
||||
if (! -e $src ) {
|
||||
$src = "$srcPath/$srcFile";
|
||||
}
|
||||
}
|
||||
else {
|
||||
$src = "$srcPath/$destFile";
|
||||
|
@ -28,13 +28,14 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DIRS = unix
|
||||
|
||||
GARBAGE += navigator.dtd.out
|
||||
GARBAGE += navigator.dtd.out
|
||||
|
||||
navigator.dtd.out: navigator.dtd $(DEPTH)/config/build_number Makefile Makefile.in
|
||||
cp $(srcdir)/navigator.dtd $@
|
||||
$(PERL) $(topsrcdir)/config/aboutime.pl $@ $(DEPTH)/config/build_number
|
||||
|
||||
chrome:: navigator.dtd.out
|
||||
chrome:: navigator.dtd.out unix-jar.mn
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
JAR_MANIFEST = $(srcdir)/unix-jar.mn
|
||||
|
2
xpfe/browser/resources/locale/en-US/unix-jar.mn
Normal file
2
xpfe/browser/resources/locale/en-US/unix-jar.mn
Normal file
@ -0,0 +1,2 @@
|
||||
en-US.jar:
|
||||
+ locale/en-US/navigator/navigator.dtd (navigator.dtd.out)
|
Loading…
x
Reference in New Issue
Block a user