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 4531cbd049
commit 17c1dfe950

View File

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