diff options
| author | 2022-01-05 20:21:34 +0100 | |
|---|---|---|
| committer | 2022-01-05 20:32:41 +0100 | |
| commit | 677ff61fa88fccca4b29c9051ad02daa60d94b6a (patch) | |
| tree | 311f9dec09e552e59e3a91eea05a8603bd5b67fb /Manual.md | |
| parent | xbps-src: correctly change working directory for post_fetch (diff) | |
Manual.md: correct working directory for build phases
Diffstat (limited to 'Manual.md')
| -rw-r--r-- | Manual.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Manual.md b/Manual.md index 042f0e18ae5..2a7a990d37a 100644 --- a/Manual.md +++ b/Manual.md @@ -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> |
