]> git.saurik.com Git - wxWidgets.git/commitdiff
only get todays files from top level dir
authorChris Elliott <biol75@york.ac.uk>
Thu, 29 Mar 2007 09:01:22 +0000 (09:01 +0000)
committerChris Elliott <biol75@york.ac.uk>
Thu, 29 Mar 2007 09:01:22 +0000 (09:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45102 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/script/rebuild-makefiles.sh

index 95f8bfdac52884c52141c5b651369a490f898be6..2dd2abe5fdf312c5fae1edd28b84f32bb83ad294 100644 (file)
@@ -180,11 +180,11 @@ add_win_files ()
 {
 ### starts with wx***.zip
 
-for f in `find ${WINSRCDIR}/ -name wx\*.zip ` ; do       
+for f in `find ${WINSRCDIR}/ -maxdepth 0 -name wx\*.zip ` ; do       
        cp $f ${WORKDIR}/archives/win/`basename $f | sed -e "s/.zip//"`-${CURDATE}.zip
        done
 
-for f in `find ${WINSRCDIR}/ -name wx\*.exe ` ; do       
+for f in `find ${WINSRCDIR}/ -maxdepth 0 -name wx\*.exe ` ; do       
        cp $f ${WORKDIR}/archives/win/`basename $f | sed -e "s/.exe//"`-${CURDATE}.exe
        done