gnu: rsnapshot: Return #t from phases.
* gnu/packages/backup.scm (rsnapshot)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
parent
f4f46fc350
commit
4ce7c1b353
|
@ -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)))
|
||||
|
|
Loading…
Reference in New Issue