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
parent 2ef35174d1
commit 158d3a993b

View File

@ -221,8 +221,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>