aboutsummaryrefslogtreecommitdiffhomepage
path: root/Manual.md
diff options
context:
space:
mode:
authorPiotr Wójcik <chocimier@tlen.pl>2022-01-05 20:21:34 +0100
committerPiotr Wójcik <chocimier@tlen.pl>2022-01-05 20:32:41 +0100
commit677ff61fa88fccca4b29c9051ad02daa60d94b6a (patch)
tree311f9dec09e552e59e3a91eea05a8603bd5b67fb /Manual.md
parentxbps-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.md4
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>