Manual.md: fix working directories of build phases

This commit is contained in:
cinerea0 2022-06-28 21:15:33 -04:00 committed by Duncan Overbruck
parent 2cd8abd4d3
commit 480debca8b
1 changed files with 2 additions and 2 deletions

View File

@ -1133,9 +1133,9 @@ Current working directory for functions is set as follows:
- For do_fetch, post_fetch: `XBPS_BUILDDIR`.
- For do_extract, post_extract: `wrksrc`.
- For do_extract through do_patch: `wrksrc`.
- For pre_patch through post_install: `build_wrksrc`
- For post_patch through post_install: `build_wrksrc`
if it is defined, otherwise `wrksrc`.
<a id="build_options"></a>