doc: update packaging_v_for_distributions.md (#19631)

This commit is contained in:
Sanyam Jain 2023-10-23 23:27:47 +05:30 committed by GitHub
parent 6437d82ee1
commit 407adaa3c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,8 +109,8 @@ v -prod -o v cmd/v ## build V itself with -prod
./v -prod build-tools ## build all tools with -prod too
touch ./cmd/tools/.disable_autorecompilation ## tell V to not try to recompile any tool anymore
### Cleanup folders that would not be needed inside a pacakge,
### that is distrubuted separately from the V source repository:
### Cleanup folders that would not be needed inside a package,
### that is distributed separately from the V source repository:
rm -rf .git/
rm -rf thirdparty/tcc/.git/
```