Author: ks156
Date: 2009-03-11 11:19:16 +0100 (Wed, 11 Mar 2009)
New Revision: 3947

Modified:
   software_suite_v2/tuxware/tuxdroidserver/trunk/installer.sh
Log:
* Fixed a bug with the uninstaller


Modified: software_suite_v2/tuxware/tuxdroidserver/trunk/installer.sh
===================================================================
--- software_suite_v2/tuxware/tuxdroidserver/trunk/installer.sh 2009-03-11 
10:18:50 UTC (rev 3946)
+++ software_suite_v2/tuxware/tuxdroidserver/trunk/installer.sh 2009-03-11 
10:19:16 UTC (rev 3947)
@@ -47,11 +47,11 @@
 echo "" >> uninstall.sh
 echo "# Find python compiled files " >> uninstall.sh
 echo 'for file in `find $1 -iname "*.pyc"`; do' >> uninstall.sh
-echo '    rm $1/$file' >> uninstall.sh
+echo '    rm $file' >> uninstall.sh
 echo 'done' >> uninstall.sh
 echo "" >> uninstall.sh
 echo '# Check for empty dirs' >> uninstall.sh
-echo "find $1 -type d > flist" >> uninstall.sh
+echo "find . -type d > flist" >> uninstall.sh
 echo 'tac flist |' >> uninstall.sh
 echo 'while read line; do' >> uninstall.sh
 echo '   if [ ! "$(ls -A $line)" ]; then' >> uninstall.sh


------------------------------------------------------------------------------
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