]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/scripts/create_archives.sh
Fix another line somehow missing from the wxGraphicsBitmap forward port.
[wxWidgets.git] / 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