Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
-
ffafd421
by Pier Angelo Vendrame at 2023-10-17T18:41:56+02:00
1 changed file:
Changes:
| ... | ... | @@ -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 |