]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/distrib/makerpm
Remove the need for the PyPen class
[wxWidgets.git] / wxPython / distrib / makerpm
index b1f22465c63850a6ce193e261ea8af86b5735e52..059085b1708ff1e442023d0e2c7caea134d53b9b 100755 (executable)
@@ -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