Author: Paul_R
Date: 2008-09-09 17:09:19 +0200 (Tue, 09 Sep 2008)
New Revision: 1834

Modified:
   software_suite_v2/tuxware/installers/unix/trunk/Installer.sh
Log:
* Re-added the tuxhttpserver creation on /opt/tuxdroid/bin


Modified: software_suite_v2/tuxware/installers/unix/trunk/Installer.sh
===================================================================
--- software_suite_v2/tuxware/installers/unix/trunk/Installer.sh        
2008-09-09 14:17:29 UTC (rev 1833)
+++ software_suite_v2/tuxware/installers/unix/trunk/Installer.sh        
2008-09-09 15:09:19 UTC (rev 1834)
@@ -402,6 +402,10 @@
 ##
 createExec () {
     printf "Creating executables $BUSY"
+    echo "#!/bin/bash">/opt/tuxdroid/bin/tuxhttpserver
+    echo "python /opt/tuxdroid/tuxhttpserver/tuxhttpserver.py" |tee -a \
+    /opt/tuxdroid/bin/tuxhttpserver>/dev/null
+    chmod +x /opt/tuxdroid/bin/tuxhttpserver
 
     echo "#!/bin/bash">/opt/tuxdroid/bin/controlcenter
     echo "java -jar $ROOT_DIR/controlcenter/control_center_0.0.1.jar" \


-------------------------------------------------------------------------
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