]> git.saurik.com Git - wxWidgets.git/commitdiff
.svn not CVS files should be skipped
authorChris Elliott <biol75@york.ac.uk>
Mon, 16 Feb 2009 10:09:55 +0000 (10:09 +0000)
committerChris Elliott <biol75@york.ac.uk>
Mon, 16 Feb 2009 10:09:55 +0000 (10:09 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58942 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

distrib/scripts/create_archives.sh

index 9066cb401b637300cd7396c0a6009575826f4d0b..15fa1b56ad7ff330f6fcefbcd24796636012c317 100755 (executable)
@@ -145,7 +145,7 @@ dospinport(){
     copyfilelist $portfiles $APPDIR $TMPFILESDIR
 
     if [ $port = "msw" ]; then
-        FILES=`find . -type f \( -path '*/CVS/*' -prune -o -exec ${SCRIPTDIR}/is_text.sh {} \; -print \)`
+        FILES=`find . -type f \( -path '*/.svn/*' -prune -o -exec ${SCRIPTDIR}/is_text.sh {} \; -print \)`
         echo "$FILES" > /tmp/textfiles
     fi