File copy doesn't work if the glob can match directories.

This commit is contained in:
John Ralls 2018-08-05 13:18:01 -07:00 committed by prculley
parent d4f906f22d
commit cf80d17040

View File

@ -222,8 +222,15 @@
${project}/settings.ini
</data>
<data recurse="True">
${prefix}/share/doc/gramps
<data>
${prefix}/share/doc/gramps/*
</data>
<data>
${prefix}/share/doc/gramps/example/gedcom/sample.ged
</data>
<data>
${prefix}/share/doc/gramps/example/gramps/*
</data>
</app-bundle>