Author: ks156 Date: 2009-03-12 10:12:18 +0100 (Thu, 12 Mar 2009) New Revision: 3974
Modified: software_suite_v2/tuxware/tuxdroidserver/trunk/installer.sh Log: * Added the prefix for tuxhttpserver launcher Modified: software_suite_v2/tuxware/tuxdroidserver/trunk/installer.sh =================================================================== --- software_suite_v2/tuxware/tuxdroidserver/trunk/installer.sh 2009-03-12 09:05:43 UTC (rev 3973) +++ software_suite_v2/tuxware/tuxdroidserver/trunk/installer.sh 2009-03-12 09:12:18 UTC (rev 3974) @@ -31,9 +31,9 @@ /etc/rc.d/tuxhttpserver && chmod +x /etc/rc.d/tuxhttpserver' >> $1/install.sh echo '[ -d /usr/bin/tuxhttpserver ] && rm /usr/bin/tuxhttpserver' >> \ $1/install.sh -echo "echo '#!/bin/bash' > /usr/bin/tuxhttpserver" >> $1/install.sh -echo "echo python "'$1'"/tuxhttpserver.py "'\$*'" >> /usr/bin/tuxhttpserver" >> $1/install.sh -echo 'chmod +x /usr/bin/tuxhttpserver' >> $1/install.sh +echo 'echo "#!/bin/bash" > $2/bin/tuxhttpserver' >> $1/install.sh +echo 'echo python "$1"/tuxhttpserver.py "\$*" >> $2/bin/tuxhttpserver' >> $1/install.sh +echo 'chmod +x $2/bin/tuxhttpserver' >> $1/install.sh # Export the project svn export -q "$(svn info |grep URL |sed 's/URL: //g')" $1/$1_ cd $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
