mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Added $PREFIX/share as part of XDG_DATA_DIRS
This commit is contained in:
parent
d7e1e16f4f
commit
ee1407d79f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user