raster pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=f48741d93dea2890448daaff733441db78417c96

commit f48741d93dea2890448daaff733441db78417c96
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Thu Mar 20 17:20:53 2014 +0900

    fix dbus service file complaint to work again.
---
 configure.ac | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 3795031..731b7c9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4520,6 +4520,9 @@ if test "x$prefix" != "x/usr"; then
   done
   resolved_dbusservicedir=$path
 
+echo "GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG"
+echo "$resolved_dbusservicedir"
+echo "GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG"
   old=
   path=$USER_SESSION_DIR
   while test "x$old" != "x$path"; do
@@ -4542,7 +4545,7 @@ if test "x$prefix" != "x/usr"; then
     AC_MSG_NOTICE([installing DBus services in user local 
"$resolved_dbusservicedir". Only accessible to user $USER])
   elif echo "$XDG_DATA_DIRS" | grep -e "$resolved_datadir" >/dev/null 
2>/dev/null; then
     AC_MSG_NOTICE([installing DBus services in "$resolved_datadir" set in 
\$XDG_DATA_DIRS. Every user must have \$XDG_DATA_DIRS containing 
"$resolved_datadir".])
-  elif echo "$resolved_dbusservicedir" | grep -e '^/usr' >/dev/null 
2>/dev/null; then
+  elif echo "$resolved_dbusservicedir" | grep -e '^/usr/s' >/dev/null 
2>/dev/null; then
     AC_MSG_NOTICE([installing DBus serivces in $resolved_dbusservicedir])
   else
     needs_alert_dbus=1
@@ -4556,7 +4559,7 @@ if test "x$prefix" != "x/usr"; then
       AC_MSG_NOTICE([installing systemd services in "$base_USER_SESSION_DIR" 
set in \$XDG_DATA_DIRS. Every user must have \$XDG_DATA_DIRS containing 
"$base_USER_SESSION_DIR".])
     elif echo "$XDG_CONFIG_DIRS" | grep -e "$base_USER_SESSION_DIR" >/dev/null 
2>/dev/null; then
       AC_MSG_NOTICE([installing systemd services in "$base_USER_SESSION_DIR" 
set in \$XDG_CONFIG_DIRS. Every user must have \$XDG_CONFIG_DIRS containing 
"$base_USER_SESSION_DIR".])
-    elif echo "$resolved_USER_SESSION_DIR" | grep -e '^/usr' >/dev/null 
2>/dev/null; then
+    elif echo "$resolved_USER_SESSION_DIR" | grep -e '^/usr/s' >/dev/null 
2>/dev/null; then
       AC_MSG_NOTICE([installing systemd serivces in 
$resolved_USER_SESSION_DIR])
     else
        needs_alert_systemd=1

-- 


Reply via email to