gnu: texlive-bin: Use invoke.

* gnu/packages/tex.scm (texlive-bin)[arguments]: Use invoke in the 'postinst'
phase.
This commit is contained in:
Mark H Weaver 2018-03-23 03:57:57 -04:00
parent 6fea8adec9
commit 24fe4b596d
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 1 additions and 1 deletions

View File

@ -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.