Author: Paul_R
Date: 2008-09-11 16:51:36 +0200 (Thu, 11 Sep 2008)
New Revision: 1843

Modified:
   software_suite_v2/tuxware/installers/unix/trunk/build.sh
Log:
* Run the updater after installing the .deb
* Removed /etc from the mirror for the tar.gz package


Modified: software_suite_v2/tuxware/installers/unix/trunk/build.sh
===================================================================
--- software_suite_v2/tuxware/installers/unix/trunk/build.sh    2008-09-11 
14:31:58 UTC (rev 1842)
+++ software_suite_v2/tuxware/installers/unix/trunk/build.sh    2008-09-11 
14:51:36 UTC (rev 1843)
@@ -195,6 +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
     chmod +x $POSTINST
 }
 
@@ -235,7 +236,6 @@
     mv build/opt/tuxdroid/python_api tuxsetup-$VERSION
     mv build/opt tuxsetup-$VERSION/mirror/
     mv build/usr tuxsetup-$VERSION/mirror/
-    mv build/etc tuxsetup-$VERSION/mirror/
     mv build/* tuxsetup-$VERSION/
     tar -cf tuxsetup-$VERSION.tar.gz tuxsetup-$VERSION
     rm -rf build temp tuxsetup-$VERSION


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