[Libreoffice-commits] core.git: bin/distro-install-desktop-integration

Baptiste Daroussin bapt at FreeBSD.org
Tue Jun 10 10:24:49 PDT 2014


 bin/distro-install-desktop-integration |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 098b0bf8630f233fe7d3eba49c85a98929ce9929
Author: Baptiste Daroussin <bapt at FreeBSD.org>
Date:   Tue Jun 10 18:58:19 2014 +0200

    Do not hard code bash path
    
    Change-Id: I24ee2599ffe8029c3d3888de49cff8bfd0a368e0
    Reviewed-on: https://gerrit.libreoffice.org/9723
    Tested-by: Michael Stahl <mstahl at redhat.com>
    Reviewed-by: Michael Stahl <mstahl at redhat.com>

diff --git a/bin/distro-install-desktop-integration b/bin/distro-install-desktop-integration
index 18107e0..40ad98c 100755
--- a/bin/distro-install-desktop-integration
+++ b/bin/distro-install-desktop-integration
@@ -115,7 +115,7 @@ sed -i \
     export KDEMAINDIR=$PREFIXDIR
     export GNOMEDIR=$PREFIXDIR
     export GNOME_MIME_THEME=hicolor
-    /bin/bash ./create_tree.sh
+    bash ./create_tree.sh
 )
 cd -
 rm -rf $sysui_temp


More information about the Libreoffice-commits mailing list