xdg-app.sh: /usr/local/share is also in the default XDG_DATA_DIRS

tingping/wmclass
Alexander Larsson 2015-06-23 11:38:55 +02:00
parent 536f1e5e3e
commit c5a2bb2b07
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# @sysconfdir@/profile.d/xdg-app.sh - set XDG_DATA_DIRS
XDG_DATA_DIRS="$HOME/.local/share/xdg-app/exports/share:@localstatedir@/xdg-app/exports/share/:/usr/share"
XDG_DATA_DIRS="$HOME/.local/share/xdg-app/exports/share:@localstatedir@/xdg-app/exports/share/:/usr/local/share/:/usr/share/"
export XDG_DATA_DIRS