From c5a2bb2b079c4174b2b58636cb45fb88cf011cab Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Tue, 23 Jun 2015 11:38:55 +0200 Subject: [PATCH] xdg-app.sh: /usr/local/share is also in the default XDG_DATA_DIRS --- profile/xdg-app.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile/xdg-app.sh.in b/profile/xdg-app.sh.in index 13887d1c..2dc212e6 100644 --- a/profile/xdg-app.sh.in +++ b/profile/xdg-app.sh.in @@ -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