.svn not CVS files should be skipped
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58942 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
c146c3ae44
commit
0e74b31c33
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user