guix-commits
[Top][All Lists]
Advanced

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

14/38: gnu: rsnapshot: Return #t from phases.


From: Tobias Geerinckx-Rice
Subject: 14/38: gnu: rsnapshot: Return #t from phases.
Date: Mon, 25 Jun 2018 22:24:23 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 4ce7c1b35386e3d7b85e9b80414bab19ca798ba8
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Jun 24 20:34:45 2018 +0200

    gnu: rsnapshot: Return #t from phases.
    
    * gnu/packages/backup.scm (rsnapshot)[arguments]: Substitute INVOKE for
    SYSTEM*.
---
 gnu/packages/backup.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index 0b914d9..f781dc1 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -420,7 +420,7 @@ rdiff-backup is easy to use and settings have sensible 
defaults.")
                             "t/backup_exec/conf/backup_exec.conf")
                (("/bin/true") (which "true"))
                (("/bin/false") (which "false")))
-             (zero? (system* "make" "test")))))))
+             (invoke "make" "test"))))))
     (inputs
      `(("perl" ,perl)
        ("rsync" ,rsync)))



reply via email to

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