From 743629eaf2eebe780af04a8f9a33d16ea74cabf8 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Tue, 28 Jun 2022 21:15:33 -0400 Subject: [PATCH] Manual.md: fix working directories of build phases --- Manual.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Manual.md b/Manual.md index 26e3b9f43413..d8358565893c 100644 --- a/Manual.md +++ b/Manual.md @@ -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`.