gnu: beep: Ignore substitute* return value.

* gnu/packages/terminals.scm (beep)[arguments]: End 'patch-makefile phase
with truth.
master
Tobias Geerinckx-Rice 2017-01-05 17:24:03 +01:00
parent 543bd0eede
commit 12c15242f4
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 2 additions and 1 deletions

View File

@ -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")))