mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Use given prefix, instead builtin path.
This commit is contained in:
parent
2c546ddcf8
commit
bb1f7cf95e
@ -32,7 +32,7 @@ if [ "x$XDG_DATA_DIRS" = "x" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "x$XDG_CONFIG_DIRS" = "x" ]; then
|
if [ "x$XDG_CONFIG_DIRS" = "x" ]; then
|
||||||
XDG_CONFIG_DIRS="/etc/xdg"
|
XDG_CONFIG_DIRS="$PREFIX/etc/xdg"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# prefix for applications.menu
|
# prefix for applications.menu
|
||||||
|
Loading…
Reference in New Issue
Block a user