gnu: libreoffice: Don't replace "/bin/sh" reference with bash.

* gnu/packages/libreoffice.scm (libreoffice)[arguments]: Use (which "sh")
instead of (which "bash") in /bin/sh substitution.
This commit is contained in:
Marius Bakke 2017-10-08 21:37:44 +02:00
parent 832735965d
commit f51befedbb
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -966,7 +966,7 @@ (define-public libreoffice
(list "sysui/CustomTarget_share.mk"
"solenv/gbuild/gbuild.mk"
"solenv/gbuild/platform/unxgcc.mk")
(("/bin/sh") (which "bash")))
(("/bin/sh") (which "sh")))
(mkdir "external/tarballs")
(symlink
xmlsec