me
/
guix
Archived
1
0
Fork 0

doc: Remove trailing #t in example.

* doc/guix.texi (Build Phases): Remove trailing #t in example.
Ludovic Courtès 2022-06-23 17:43:40 +02:00
parent c98f412de6
commit 054937f17d
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 2 deletions

View File

@ -9704,8 +9704,7 @@ phase before the @code{build} phase, called
(substitute* "Makefile"
(("PREFIX =.*")
(string-append "PREFIX = "
out "\n")))
#true))))))))
out "\n")))))))))))
@end lisp
The new phase that is inserted is written as an anonymous procedure,