Author: ks156
Date: 2009-03-19 09:42:53 +0100 (Thu, 19 Mar 2009)
New Revision: 4143

Modified:
   
software_suite_v2/tuxware/installers/unix/branches/refactoring/installers/create_debian.sh
Log:
* Fixed some bugs


Modified: 
software_suite_v2/tuxware/installers/unix/branches/refactoring/installers/create_debian.sh
===================================================================
--- 
software_suite_v2/tuxware/installers/unix/branches/refactoring/installers/create_debian.sh
  2009-03-18 21:42:30 UTC (rev 4142)
+++ 
software_suite_v2/tuxware/installers/unix/branches/refactoring/installers/create_debian.sh
  2009-03-19 08:42:53 UTC (rev 4143)
@@ -17,7 +17,7 @@
 
 [[ -z $ARCH ]] && echo "Bad arch" && exit 1
 
-[[ -d $MIRROR ]] && rm -rf $MIRROR
+[[ -d $MIRROR ]] && sudo rm -rf $MIRROR
 
 if [ $ARCH == "x86" ]; then
     ARCH_DEB="i386"
@@ -151,11 +151,11 @@
 chmod +x $DEBIAN_DIR/*
 
 # Create the debian file
-[[ -e tuxsetup-$VERSION-$ARCH_DEBi.deb ]] && \
+[[ -e tuxsetup-$VERSION-$ARCH_DEB.deb ]] && \
     rm -rf tuxsetup-$VERSION-$ARCH_DEB.deb
 mkdir -p tuxsetup-$VERSION-$ARCH_DEB
 mv $MIRROR/* tuxsetup-$VERSION-$ARCH_DEB
-rm -rf $MIRROR
+sudo rm -rf $MIRROR
 mv $DEBIAN_DIR tuxsetup-$VERSION-$ARCH_DEB
 sudo chown -R root:root tuxsetup-$VERSION-$ARCH_DEB
 dpkg-deb --build tuxsetup-$VERSION-$ARCH_DEB


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