cvs -d:pserver:anoncvs@cvs.wxwidgets.org:/pack/cvsroots/wxwidgets checkout wxWebSite
else
cd $WX_WEB_DIR
- cvs update -d
+ cvs update -d -P
fi
if [ ! -d $WX_SRC_DIR ]; then
cvs -d:pserver:anoncvs@cvs.wxwidgets.org:/pack/cvsroots/wxwidgets checkout -r $BUILD_TAG wxWidgets
else
cd $WX_SRC_DIR
- cvs update -d
+ cvs update -d -P
fi
# this is where we will store the wxAll tarball we create
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}/