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:
parent
b82014f27b
commit
a0475d891f
|
@ -24,7 +24,7 @@
|
||||||
# Author : $Author$
|
# Author : $Author$
|
||||||
# Version : $Revision$
|
# Version : $Revision$
|
||||||
# Location : $URL$
|
# Location : $URL$
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
# This script creates a distribution tarball for livesupport.
|
# This script creates a distribution tarball for livesupport.
|
||||||
# Creates two tarballs:
|
# Creates two tarballs:
|
||||||
|
@ -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`
|
||||||
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue