gnu: par2cmdline: Return #t from phases.
* gnu/packages/backup.scm (par2cmdline)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
parent
c3d1448411
commit
f4f46fc350
|
@ -147,7 +147,7 @@ spying and/or modification by the server.")
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'autoreconf
|
(add-after 'unpack 'autoreconf
|
||||||
(lambda _ (zero? (system* "autoreconf" "-vfi")))))))
|
(lambda _ (invoke "autoreconf" "-vfi"))))))
|
||||||
(synopsis "File verification and repair tools")
|
(synopsis "File verification and repair tools")
|
||||||
(description "Par2cmdline uses Reed-Solomon error-correcting codes to
|
(description "Par2cmdline uses Reed-Solomon error-correcting codes to
|
||||||
generate and verify PAR2 recovery files. These files can be distributed
|
generate and verify PAR2 recovery files. These files can be distributed
|
||||||
|
|
Loading…
Reference in New Issue