Pier Angelo Vendrame pushed to branch maint-13.0 at The Tor Project / Applications / tor-browser-build

Commits:

1 changed file:

Changes:

  • projects/firefox/build
    ... ... @@ -229,7 +229,7 @@ RBM_TB_EOF
    229 229
       mkdir -p $distdir/Debug/Browser
    
    230 230
       pushd obj-*
    
    231 231
       cp -Lr dist/include $distdir/Debug/
    
    232
    -  find . \( -path ./dist -o -path ./_tests \) -prune -o -name '*.pdb' -exec cp -l {} $distdir/Debug/Browser/ \;
    
    232
    +  find . -path ./_tests -prune -o -name '*.pdb' -exec cp -l {} $distdir/Debug/Browser/ \;
    
    233 233
       popd
    
    234 234
     [% END -%]
    
    235 235