Author: Paul_R
Date: 2008-09-12 09:47:10 +0200 (Fri, 12 Sep 2008)
New Revision: 1844

Modified:
   software_suite_v2/tuxware/installers/unix/trunk/build.sh
Log:
* BUG: The gadget update was made for the root user.


Modified: software_suite_v2/tuxware/installers/unix/trunk/build.sh
===================================================================
--- software_suite_v2/tuxware/installers/unix/trunk/build.sh    2008-09-11 
14:51:36 UTC (rev 1843)
+++ software_suite_v2/tuxware/installers/unix/trunk/build.sh    2008-09-12 
07:47:10 UTC (rev 1844)
@@ -195,7 +195,7 @@
     echo "update-rc.d tuxhttpserver defaults >/dev/null" |tee -a $POSTINST 
>/dev/null
     echo "/etc/init.d/tuxhttpserver start" |tee -a $POSTINST >/dev/null
     echo "chmod 777 /opt/tuxdroid/controlcenter" |tee -a $POSTINST >/dev/null
-    echo "source /opt/tuxdroid/misc/tux_updater" |tee -a $POSTINST >/dev/null
+    echo "gksu -u $USER /opt/tuxdroid/misc/tux_updater" |tee -a $POSTINST 
>/dev/null
     chmod +x $POSTINST
 }
 


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to