Author: ks156 Date: 2008-12-01 13:27:53 +0100 (Mon, 01 Dec 2008) New Revision: 2960
Removed: software_suite_v2/tuxware/installers/unix/branches/prefix_install/build_deps/common/acapela_libs/ software_suite_v2/tuxware/installers/unix/branches/prefix_install/build_deps/common/libs/ Modified: software_suite_v2/tuxware/installers/unix/branches/prefix_install/build.sh Log: * Now I download the shared libraries 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 12:18:59 UTC (rev 2959) +++ software_suite_v2/tuxware/installers/unix/branches/prefix_install/build.sh 2008-12-01 12:27:53 UTC (rev 2960) @@ -22,6 +22,7 @@ SKIN_URL=$KYSOH_URL/resources/skins ATT_URL=$KYSOH_URL/resources/attitunes HELP_URL=$KYSOH_URL/resources/helps +LIBS_URL=$KYSOH_URL/resources/libs/acapela TMP_RULES_FILE=/tmp/tuxtmp #KYSOH_URL=http://www.kysoh.com/download @@ -171,6 +172,10 @@ mkdir -p $MIRROR_DIR/$PREFIX/$TEMPLATES_DIR mkdir -p $MIRROR_DIR/$PREFIX/$CC_DEPS_DIR mkdir -p $MIRROR_DIR/$PREFIX/$PIXMAP_DIR + mkdir -p $MIRROR_DIR/opt + mkdir -p $MIRROR_DIR/opt/Acapela + mkdir -p $MIRROR_DIR/opt/Acapela/TelecomTTS + mkdir -p $MIRROR_DIR/opt/Acapela/TelecomTTS/babtts echo "======== Versions included ========">$MIRROR_DIR/$PREFIX/$VER_FILE SVN_REV=`svn info http://svn.tuxisalive.com -r HEAD |grep Revision` @@ -433,6 +438,7 @@ retrieveFiles $SKIN_URL retrieveFiles $ATT_URL retrieveFiles $HELP_URL + retrieveFiles $LIBS_URL } @@ -658,7 +664,6 @@ wifiAvoidance # <--- Copy files from local directory ---> packUpdater -packShared packTemplates packPixmaps # <--- Download file from the ftp serveur ---> ------------------------------------------------------------------------- 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
