From: Robin Dunn Date: Thu, 18 Mar 2004 22:27:00 +0000 (+0000) Subject: Some dot-files need copied to the tarball X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f1860ca765857558ae9bf916f95bedbe5d2be72e?hp=b69d3db804c9db392533ea25cdb5c5feace9c011 Some dot-files need copied to the tarball git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26266 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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