Author: ks156
Date: 2009-03-18 11:04:51 +0100 (Wed, 18 Mar 2009)
New Revision: 4119

Modified:
   
software_suite_v2/tuxware/installers/unix/branches/refactoring/installers/single_installers/misc_installer.sh
Log:
* Pack the help files in this installer


Modified: 
software_suite_v2/tuxware/installers/unix/branches/refactoring/installers/single_installers/misc_installer.sh
===================================================================
--- 
software_suite_v2/tuxware/installers/unix/branches/refactoring/installers/single_installers/misc_installer.sh
       2009-03-18 09:38:47 UTC (rev 4118)
+++ 
software_suite_v2/tuxware/installers/unix/branches/refactoring/installers/single_installers/misc_installer.sh
       2009-03-18 10:04:51 UTC (rev 4119)
@@ -27,11 +27,18 @@
 echo java -jar \
 \$2/share/tuxdroid/resources/control_center/controlcenter.jar \\\$* \
 >> \$2/bin/tux_control_center
+chmod +x \$2/bin/tux_control_center
+[ -d \$2/share/tuxdroid/resourves/help ] || mkdir -p \
+    \$2/share/tuxdroid/resources/help
+cp -r help/* \$2/share/tuxdroid/resources/help">> $1/install.sh
 
-chmod +x \$2/bin/tux_control_center" >> $1/install.sh
-
 chmod +x *
 
+svn export -q \
+http://svn.tuxisalive.com/software_suite_v2/software/control_center/trunk/control_center/resources
 \
+$1/help
+
+
 tar -czf $1.tar.gz $1
 mv $1.tar.gz $1-0.0.1.tar.gz
 rm -r $1


------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to