3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

doc: Remove trailing #t in example.

* doc/guix.texi (Build Phases): Remove trailing #t in example.
This commit is contained in:
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

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,