From 0e74b31c336de0a30d42ecae81f9fd81028432ef Mon Sep 17 00:00:00 2001 From: Chris Elliott Date: Mon, 16 Feb 2009 10:09:55 +0000 Subject: [PATCH] .svn not CVS files should be skipped git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58942 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- distrib/scripts/create_archives.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distrib/scripts/create_archives.sh b/distrib/scripts/create_archives.sh index 9066cb4..15fa1b5 100755 --- a/distrib/scripts/create_archives.sh +++ b/distrib/scripts/create_archives.sh @@ -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 -- 2.7.4