Author: ks156 Date: 2008-12-01 13:10:25 +0100 (Mon, 01 Dec 2008) New Revision: 2958
Modified: software_suite_v2/tuxware/installers/unix/branches/prefix_install/build.sh Log: * Added help files * Small cleanup 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 11:40:31 UTC (rev 2957) +++ software_suite_v2/tuxware/installers/unix/branches/prefix_install/build.sh 2008-12-01 12:10:25 UTC (rev 2958) @@ -21,6 +21,7 @@ TEMPLATES_URL=$KYSOH_URL/resources/templates SKIN_URL=$KYSOH_URL/resources/skins ATT_URL=$KYSOH_URL/resources/attitunes +HELP_URL=$KYSOH_URL/resources/helps TMP_RULES_FILE=/tmp/tuxtmp #KYSOH_URL=http://www.kysoh.com/download @@ -292,7 +293,7 @@ svn export -q --force \ http://svn.tuxisalive.com/software_suite_v2/software/tux_wifi_channel/trunk tmp cd tmp - make -f Makefile.unix + make -f Makefile.unix >/dev/null cd - cp tmp/tux_wifi_channel $MIRROR_DIR/$PREFIX/$BIN_DIR/tux_wifi_channel rm -r tmp @@ -385,7 +386,7 @@ if [ ! -d $MIRROR_DIR/$path ]; then mkdir -p $MIRROR_DIR/$path fi - cp /tmp/tux_tmp/* $MIRROR_DIR/$path/ + cp -r /tmp/tux_tmp/* $MIRROR_DIR/$path/ rm -rf /tmp/tux_tmp } @@ -431,6 +432,7 @@ retrieveFiles $TEMPLATES_URL retrieveFiles $SKIN_URL retrieveFiles $ATT_URL + retrieveFiles $HELP_URL } ------------------------------------------------------------------------- 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
