From ee1407d79f91575821385b25026d9e166424971f Mon Sep 17 00:00:00 2001 From: Sanel Zukan Date: Fri, 20 Feb 2009 15:03:16 +0000 Subject: [PATCH] Added $PREFIX/share as part of XDG_DATA_DIRS --- data/startede.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/startede.in b/data/startede.in index 44357f1..a24b007 100644 --- a/data/startede.in +++ b/data/startede.in @@ -28,7 +28,7 @@ if [ "x$XDG_CACHE_HOME" = "x" ]; then fi if [ "x$XDG_DATA_DIRS" = "x" ]; then - XDG_DATA_DIRS="/usr/local/share:/usr/share" + XDG_DATA_DIRS="/usr/local/share:/usr/share:$PREFIX/share" fi if [ "x$XDG_CONFIG_DIRS" = "x" ]; then