X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6e83b721d907ddb739116f15b88e87631696a1f6..0bdcd2f50750d235bff2766f3d03d7228aa88dff:/wxPython/distrib/makerpm?ds=sidebyside diff --git a/wxPython/distrib/makerpm b/wxPython/distrib/makerpm index b1f22465c6..059085b170 100755 --- a/wxPython/distrib/makerpm +++ b/wxPython/distrib/makerpm @@ -158,6 +158,13 @@ if [ -z "${skipcopy}" ]; then cp -pf --link ${wxdir}/${dir}/* ${tarver}/${dir} > /dev/null 2>&1 done + # using DIRLIST as above will normally skip any files starting + # with a dot, but there are a few .files that we do want to + # copy... + for dir in wxPython/distrib/msw; do + cp -pf --link ${wxdir}/${dir}/.[a-zA-Z]* ${tarver}/${dir} > /dev/null 2>&1 + done + echo "*** Removing uneeded stuff from copy of CVS tree" pushd ${tarver} > /dev/null cleanup .cvsignore