diff --git a/distrib/scripts/pre-flight.sh b/distrib/scripts/pre-flight.sh index 95f97e34ec..37da9affd6 100755 --- a/distrib/scripts/pre-flight.sh +++ b/distrib/scripts/pre-flight.sh @@ -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}/