From 6266b8bcf7cf794558e50168b09b206c8ee3c2a9 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Wed, 1 Nov 2017 23:37:54 +0200 Subject: [PATCH] gnu: libarchive: Fix typo. * gnu/packages/backup.scm (libarchive)[arguments]: Adjust the 'patch-pwd phase to eliminate syntax error. --- gnu/packages/backup.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm index 895b3b168d..db8e5ca192 100644 --- a/gnu/packages/backup.scm +++ b/gnu/packages/backup.scm @@ -211,8 +211,8 @@ backups (called chunks) to allow easy burning to CD/DVD.") (add-before 'build 'patch-pwd (lambda _ (substitute* "Makefile" - (("/bin/pwd") (which "pwd")) - #t))) + (("/bin/pwd") (which "pwd"))) + #t)) (replace 'check (lambda _ ;; XXX: The test_owner_parse, test_read_disk, and