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`.