Removed the line that cleans the SVN directories, because if you do an (svn export) then the svn directories arent there.

This commit is contained in:
paul 2006-09-01 09:32:50 +00:00
parent b82014f27b
commit a0475d891f
1 changed files with 3 additions and 2 deletions

View File

@ -231,7 +231,8 @@ cp -pPR README INSTALL configure $ls_tmpdir
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
# Get rid of the remnants of the subversion system # Get rid of the remnants of the subversion system
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
rm -rf `find $ls_tmpdir -name .svn -type d` # Paul Baranowski: you dont need to do this when you export from SVN.
#rm -rf `find $ls_tmpdir -name .svn -type d`
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------