]> git.saurik.com Git - wxWidgets.git/commitdiff
Rename double readme
authorJulian Smart <julian@anthemion.co.uk>
Tue, 7 Nov 2006 18:47:12 +0000 (18:47 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 7 Nov 2006 18:47:12 +0000 (18:47 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43167 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

distrib/scripts/pre-flight.sh

index 95f97e34ec895cebaf20869f858b891f6ff15ef0..37da9affd66baef5b8fcf655d4f53c02f940f1b1 100755 (executable)
@@ -126,6 +126,8 @@ else
    for g in `find ${DOCDIR} -name readme.txt` ; do
      cp $g $START_DIR/$DIST_DIR/readme-`echo $g | sed -e "s|${DOCDIR}||g" | sed -e "s|msw/wince|wince|g" | sed -e "s|/readme.txt||g"`-${BUILD_VERSION}.txt
    done
+   # Rename double readme
+   mv $START_DIR/$DIST_DIR/readme-readme-${BUILD_VERSION}.txt $START_DIR/$DIST_DIR/readme-${BUILD_VERSION}.txt
    ## copy files ...
    mkdir ${FTPDIR}/
    cp  $START_DIR/$DIST_DIR/* ${FTPDIR}/