guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Marius Bakke
Subject: 18/22: gnu: libreoffice: Don't replace "/bin/sh" reference with bash.
Date: Tue, 10 Oct 2017 13:53:46 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit f51befedbbcd29eb8a054296b569ca54cafd7d97
Author: Marius Bakke <address@hidden>
Date:   Sun Oct 8 21:37:44 2017 +0200

    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.
---
 gnu/packages/libreoffice.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index 78139ff..9980837 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -966,7 +966,7 @@ and to return information on pronunciations, meanings and 
synonyms.")
                    (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]