Author: ks156
Date: 2009-03-12 09:56:39 +0100 (Thu, 12 Mar 2009)
New Revision: 3972

Modified:
   software_suite_v2/tuxware/pytuxisalive/branches/0.3.0/src/installer.sh
Log:
* Added tuxsh to the installation script


Modified: software_suite_v2/tuxware/pytuxisalive/branches/0.3.0/src/installer.sh
===================================================================
--- software_suite_v2/tuxware/pytuxisalive/branches/0.3.0/src/installer.sh      
2009-03-12 08:54:52 UTC (rev 3971)
+++ software_suite_v2/tuxware/pytuxisalive/branches/0.3.0/src/installer.sh      
2009-03-12 08:56:39 UTC (rev 3972)
@@ -24,6 +24,15 @@
 echo "cd $1" >> $1/install.sh
 echo "python setup.py install" >> $1/install.sh
 echo "cd - > /dev/null" >> $1/install.sh
+echo 'mkdir -p $1' >> $1/install.sh
+echo "cp $1/tuxisalive/api/sh.py "'$1/sh.py' >> \
+$1/install.sh
+echo "cp $1/tuxisalive/api/version.py "'$1/version.py' >> \
+$1/install.sh
+echo 'echo "#!/bin/bash" > $2/bin/tuxsh' >> $1/install.sh
+echo 'echo python -i $1/sh.py >> $2/bin/tuxsh' >> \
+$1/install.sh
+echo 'chmod +x $2/bin/tuxsh' >> $1/install.sh
 echo "rm -r $1" >> $1/install.sh
 # Export the project
 svn export -q "$(svn info |grep URL |sed 's/URL: //g')" $1/$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