diff --git a/hudson-sflphone-script.sh b/hudson-sflphone-script.sh
index 9b91df30c45b814e064ec53a63649068b20f0516..45350ab632262f2a7d7fa2472e69a4f5dfdfa6bb 100755
--- a/hudson-sflphone-script.sh
+++ b/hudson-sflphone-script.sh
@@ -127,14 +127,14 @@ function build_daemon {
 }
 
 function build_gnome {
-    pushd daemon
+    #pushd daemon
     # Check if program is running
-    if [ "$(pidof sflphoned)"]
-    then
-      killall sflphoned
-    else
-      echo "sflphoned not running"
-    fi
+    #if [ "$(pidof sflphoned)"]
+    #then
+    #  killall sflphoned
+    #else
+    #  echo "sflphoned not running"
+    #fi
     #make distclean
 
     # Compile pjproject first