Added $PREFIX/share as part of XDG_DATA_DIRS

This commit is contained in:
Sanel Zukan 2009-02-20 15:03:16 +00:00
parent d7e1e16f4f
commit ee1407d79f

View File

@ -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