doc: Remove trailing #t in example.
* doc/guix.texi (Build Phases): Remove trailing #t in example.
parent
c98f412de6
commit
054937f17d
|
@ -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,
|
||||
|
|
Reference in New Issue