From 2bec5923f54dc8fc0d280a27a6860304eb67a5ef Mon Sep 17 00:00:00 2001 From: Ekaitz Zárraga Date: Thu, 25 Jul 2019 17:05:10 +0200 Subject: Remove unneeded append --- pandoc.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pandoc.scm') diff --git a/pandoc.scm b/pandoc.scm index 39a1624..56a58bc 100644 --- a/pandoc.scm +++ b/pandoc.scm @@ -24,7 +24,7 @@ %standard-phases (replace 'install (lambda _ - (copy-recursively "." (string-append %output)))) + (copy-recursively "." %output))) (delete 'build) (delete 'configure)))) (synopsis "A universal document converter") -- cgit v1.2.3