Author: ks156 Date: 2009-03-12 10:05:43 +0100 (Thu, 12 Mar 2009) New Revision: 3973
Modified: software_suite_v2/tuxware/pytuxisalive/branches/0.3.0/src/installer.sh Log: * Redirect the API installation to /dev/null 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:56:39 UTC (rev 3972) +++ software_suite_v2/tuxware/pytuxisalive/branches/0.3.0/src/installer.sh 2009-03-12 09:05:43 UTC (rev 3973) @@ -22,7 +22,7 @@ # Create the install script echo "#!/bin/bash" >> $1/install.sh echo "cd $1" >> $1/install.sh -echo "python setup.py install" >> $1/install.sh +echo "python setup.py install >/dev/null" >> $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' >> \ ------------------------------------------------------------------------------ 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
