configure: add optional solution to alert

XDG_DATA_DIRS are searched by dbus. So if prefix is added before dbus is
started, it will find the services.
This commit is contained in:
Sebastian Dransfeld 2014-02-24 12:47:09 +01:00
parent 01a5585482
commit 768df67275
1 changed files with 2 additions and 0 deletions

View File

@ -4366,6 +4366,8 @@ if test "x$prefix" != "x/usr"; then
echo " ln -s $prefix/share/dbus-1/services/org.enlightenment.Ethumb.service /usr/share/dbus-1/services/org.enlightenment.Ethumb.service"
echo " ln -s $prefix/share/dbus-1/services/org.enlightenment.Efreet.service /usr/share/dbus-1/services/org.enlightenment.Efreet.service"
echo ""
echo "or add $prefix to XDG_DATA_DIRS"
echo ""
echo "#-------------------------------------------------------------------#"
fi