pastee: remove extra string-append.

This commit is contained in:
Efraim Flashner 2016-01-27 19:56:54 +02:00
parent 2d875ddc6d
commit 2b555f3289

View file

@ -38,7 +38,7 @@
#:builder
(begin
(use-modules (guix build utils))
(let* ((out (string-append (assoc-ref %outputs "out")))
(let* ((out (assoc-ref %outputs "out"))
(dest (string-append out "/bin"))
(source (assoc-ref %build-inputs "source")))
(mkdir-p dest)