Manual.md: correct working directory for build phases

This commit is contained in:
Piotr Wójcik 2022-01-05 20:21:34 +01:00
parent 054569c364
commit 677ff61fa8
1 changed files with 2 additions and 2 deletions

View File

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