mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: beep: Ignore substitute* return value.
* gnu/packages/terminals.scm (beep)[arguments]: End 'patch-makefile phase with truth.
This commit is contained in:
parent
543bd0eede
commit
12c15242f4
1 changed files with 2 additions and 1 deletions
|
@ -347,7 +347,8 @@ types of devices that provide serial consoles.")
|
|||
(delete 'configure)
|
||||
(add-after 'unpack 'patch-makefile
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(substitute* "Makefile" (("/usr") (assoc-ref outputs "out")))))
|
||||
(substitute* "Makefile" (("/usr") (assoc-ref outputs "out")))
|
||||
#t))
|
||||
(add-before 'install 'create-output-directories
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(let ((out (assoc-ref %outputs "out")))
|
||||
|
|
Loading…
Reference in a new issue