Author: ks156 Date: 2009-03-18 14:45:34 +0100 (Wed, 18 Mar 2009) New Revision: 4134
Modified: software_suite_v2/tuxware/installers/unix/branches/refactoring/installers/create_debian.sh Log: * Remove the old deb if it already exists 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 13:37:10 UTC (rev 4133) +++ software_suite_v2/tuxware/installers/unix/branches/refactoring/installers/create_debian.sh 2009-03-18 13:45:34 UTC (rev 4134) @@ -151,6 +151,8 @@ chmod +x $DEBIAN_DIR/* # Create the debian file +[[ -e tuxsetup-$VERSION-$ARCH_DEBi.deb ]] && \ + rm -rf tuxsetup-$VERSION-$ARCH_DEB.deb mkdir -p tuxsetup-$VERSION-$ARCH_DEB mv $MIRROR/* tuxsetup-$VERSION-$ARCH_DEB rm -rf $MIRROR ------------------------------------------------------------------------------ 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
