commit 81a689dd863a4be72c4f3301cf571ac4146813f0
Author: Nicolas Vigier <[email protected]>
Date:   Thu May 9 14:25:20 2019 +0200

    Bug 30448: Create the Debug/Browser/gtk2 directory
    
    At the same time, move the creation of the Debug directory closer to
    where we use it.
---
 projects/firefox/build | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/projects/firefox/build b/projects/firefox/build
index aefdb97..8146f5d 100644
--- a/projects/firefox/build
+++ b/projects/firefox/build
@@ -84,10 +84,6 @@ tar -C /var/tmp/build -xf [% project %]-[% c('version') 
%].tar.gz
   mkdir -p $distdir/Browser
 [% END %]
 
-[% IF c("var/linux") %]
-  mkdir -p $distdir/Debug/Browser/
-[% END %]
-
 cd /var/tmp/build/[% project %]-[% c("version") %]
 mv -f $rootdir/[% c('input_files_by_name/mozconfig') %] .mozconfig
 [% IF c("var/asan") -%]
@@ -272,6 +268,7 @@ cp -p obj-*/dist/host/bin/mbsdiff $MARTOOLS/
 cd $distdir
 
 [% IF c("var/linux") %]
+  mkdir -p $distdir/Debug/Browser/gtk2
   # Strip and generate debuginfo for the firefox binary that we keep, all *.so
   # files, the plugin-container, and the updater (see ticket #10126)
   for LIB in Browser/*.so Browser/gtk2/*.so Browser/firefox.real 
Browser/plugin-container Browser/updater

_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to