mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
startkde: correct reference to installation directory variable
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
388dc56870
commit
bdc93a57fe
1 changed files with 2 additions and 2 deletions
|
@ -203,9 +203,9 @@ echo 'startkde: Starting up...' 1>&2
|
||||||
# to set it to a list of paths *not* including the KDE prefix if it's not /usr or
|
# to set it to a list of paths *not* including the KDE prefix if it's not /usr or
|
||||||
# /usr/local.
|
# /usr/local.
|
||||||
if test -z "$XDG_DATA_DIRS"; then
|
if test -z "$XDG_DATA_DIRS"; then
|
||||||
XDG_DATA_DIRS="@SHARE_INSTALL_PREFIX@:/usr/share:/usr/local/share"
|
XDG_DATA_DIRS="@KDE4_SHARE_INSTALL_PREFIX@:/usr/share:/usr/local/share"
|
||||||
else
|
else
|
||||||
XDG_DATA_DIRS="@SHARE_INSTALL_PREFIX@:$XDG_DATA_DIRS"
|
XDG_DATA_DIRS="@KDE4_SHARE_INSTALL_PREFIX@:$XDG_DATA_DIRS"
|
||||||
fi
|
fi
|
||||||
export XDG_DATA_DIRS
|
export XDG_DATA_DIRS
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue