guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: libarchive: Fix typo.


From: Efraim Flashner
Subject: 02/02: gnu: libarchive: Fix typo.
Date: Thu, 2 Nov 2017 03:08:21 -0400 (EDT)

efraim pushed a commit to branch core-updates
in repository guix.

commit 6266b8bcf7cf794558e50168b09b206c8ee3c2a9
Author: Efraim Flashner <address@hidden>
Date:   Wed Nov 1 23:37:54 2017 +0200

    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 895b3b1..db8e5ca 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]