summaryrefslogtreecommitdiff
path: root/profile
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2015-06-23 11:38:55 +0200
committerAlexander Larsson <alexl@redhat.com>2015-06-23 11:38:55 +0200
commitc5a2bb2b079c4174b2b58636cb45fb88cf011cab (patch)
tree28f6da223a181190d866aa226ef91d19448327d2 /profile
parent536f1e5e3e4b4ba122c306a9d9852e71d0d4cb52 (diff)
downloadxdg-app-c5a2bb2b079c4174b2b58636cb45fb88cf011cab.tar.gz
xdg-app.sh: /usr/local/share is also in the default XDG_DATA_DIRS
Diffstat (limited to 'profile')
-rw-r--r--profile/xdg-app.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/profile/xdg-app.sh.in b/profile/xdg-app.sh.in
index 13887d1..2dc212e 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