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")
|
"t/backup_exec/conf/backup_exec.conf")
|
||||||
(("/bin/true") (which "true"))
|
(("/bin/true") (which "true"))
|
||||||
(("/bin/false") (which "false")))
|
(("/bin/false") (which "false")))
|
||||||
(zero? (system* "make" "test")))))))
|
(invoke "make" "test"))))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("perl" ,perl)
|
`(("perl" ,perl)
|
||||||
("rsync" ,rsync)))
|
("rsync" ,rsync)))
|
||||||
|
|
Loading…
Reference in New Issue