diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-11 11:04:07 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-06-11 13:42:10 +0000 |
commit | d2cc121e0798a007a6e0409b09c16ce747ab959f (patch) | |
tree | a42cc2bb8b7f8b48052c08fb56c2ffedc545b720 /bin/distro-install-desktop-integration | |
parent | 4d7ddfa1a8deda577ee78f13a1635b32118efbb9 (diff) |
Do not hard code /usr
Not all operation system install packages into /usr, make sure
create-tree.sh do respect the PREFIX variable
Change-Id: Iff358c9e22fb8969afaef2bb96e1f91eb7e91123
Reviewed-on: https://gerrit.libreoffice.org/9730
Tested-by: Michael Stahl <mstahl@redhat.com>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'bin/distro-install-desktop-integration')
-rwxr-xr-x | bin/distro-install-desktop-integration | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/distro-install-desktop-integration b/bin/distro-install-desktop-integration index 40ad98c786a0..4cf652decc41 100755 --- a/bin/distro-install-desktop-integration +++ b/bin/distro-install-desktop-integration @@ -113,6 +113,7 @@ sed -i \ export ICON_SOURCE_DIR=$builddir/sysui/desktop/icons export PRODUCTVERSION= export KDEMAINDIR=$PREFIXDIR + export PREFIXDIR=${PREFIXDIR} export GNOMEDIR=$PREFIXDIR export GNOME_MIME_THEME=hicolor bash ./create_tree.sh |