This is an automated email from the git hooks/post-receive script.
pelzflorian pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 39f88ee29f doc: cookbook: Fix commands in example.
39f88ee29f is described below
commit 39f88ee29faa98d0b9b9761f2db8dc7721200fe5
Author: Florian Pelz <[email protected]>
AuthorDate: Sun Nov 27 18:20:42 2022 +0100
doc: cookbook: Fix commands in example.
Fixes <https://issues.guix.gnu.org/59463>.
Reported by Luca Cirrottola <[email protected]>.
* doc/guix-cookbook.texi (Reproducible profiles): Make it work.
---
doc/guix-cookbook.texi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi
index af08d4ed54..795e7d3b25 100644
--- a/doc/guix-cookbook.texi
+++ b/doc/guix-cookbook.texi
@@ -3503,8 +3503,8 @@ to reproduce the exact same profile:
GUIX_EXTRA_PROFILES=$HOME/.guix-extra-profiles
GUIX_EXTRA=$HOME/.guix-extra
-mkdir "$GUIX_EXTRA"/my-project
-guix pull --channels=channel-specs.scm --profile "$GUIX_EXTRA/my-project/guix"
+mkdir -p "$GUIX_EXTRA"/my-project
+guix pull --channels=channel-specs.scm --profile="$GUIX_EXTRA/my-project/guix"
mkdir -p "$GUIX_EXTRA_PROFILES/my-project"
"$GUIX_EXTRA"/my-project/guix/bin/guix package
--manifest=/path/to/guix-my-project-manifest.scm
--profile="$GUIX_EXTRA_PROFILES"/my-project/my-project