gnu: texlive-bin: Use invoke.
* gnu/packages/tex.scm (texlive-bin)[arguments]: Use invoke in the 'postinst' phase.
This commit is contained in:
parent
6fea8adec9
commit
24fe4b596d
|
@ -191,7 +191,7 @@
|
|||
(with-directory-excursion "texlive-extra"
|
||||
(apply unpack (list #:source texlive-extra))
|
||||
(apply patch-source-shebangs (list #:source texlive-extra))
|
||||
(system* "mv" "tlpkg" share))))))))
|
||||
(invoke "mv" "tlpkg" share))))))))
|
||||
(synopsis "TeX Live, a package of the TeX typesetting system")
|
||||
(description
|
||||
"TeX Live provides a comprehensive TeX document production system.
|
||||
|
|
Loading…
Reference in New Issue