Author: ks156 Date: 2008-12-01 11:24:00 +0100 (Mon, 01 Dec 2008) New Revision: 2952
Modified: software_suite_v2/tuxware/installers/unix/branches/prefix_install/build.sh Log: * Added the att template from the ftp server Modified: software_suite_v2/tuxware/installers/unix/branches/prefix_install/build.sh =================================================================== --- software_suite_v2/tuxware/installers/unix/branches/prefix_install/build.sh 2008-12-01 09:55:21 UTC (rev 2951) +++ software_suite_v2/tuxware/installers/unix/branches/prefix_install/build.sh 2008-12-01 10:24:00 UTC (rev 2952) @@ -18,6 +18,7 @@ CONTROL_CENTER_URL=$KYSOH_URL/applications/common/control_center GADGET_URL=$KYSOH_URL/gadgets TOOLS_URL=$KYSOH_URL/tools +TEMPLATES_URL=$KYSOH_URL/resources/templates #ATT_URL=$KYSOH_URL/$INST_DIR/attitunes #SKIN_URL=http://www.kysoh.com/download/resources/skin TMP_RULES_FILE=/tmp/tuxtmp @@ -388,7 +389,7 @@ if [ ! -d $MIRROR_DIR/$path ]; then mkdir -p $MIRROR_DIR/$path fi - wget $url -O $MIRROR_DIR/$path/$file + wget -q $url -O $MIRROR_DIR/$path/$file done < /tmp/tuxtmp1 } @@ -406,6 +407,7 @@ retrieveFiles $CONTROL_CENTER_URL retrieveFiles $GADGET_URL retrieveFiles $TOOLS_URL + retrieveFiles $TEMPLATES_URL } # Create the updater binary @@ -710,6 +712,7 @@ packJavaAPI compTuxup packFirmwares +packIdleBehavior wifiAvoidance # <--- Copy files from local directory ---> packUpdater @@ -718,14 +721,8 @@ packPixmaps # <--- Download file from the ftp serveur ---> parseFtp -#packCC -#packCCDeps -#packUpdater #packJavaSkin -#packGadgets -#packTools #packAttitunes -#packIdleBehavior # <--- Create executables ---> serverBin tuxshBin ------------------------------------------------------------------------- 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
