File copy doesn't work if the glob can match directories.
This commit is contained in:
parent
4531cbd049
commit
17c1dfe950
@ -231,8 +231,15 @@
|
|||||||
${project}/settings.ini
|
${project}/settings.ini
|
||||||
</data>
|
</data>
|
||||||
|
|
||||||
<data recurse="True">
|
<data>
|
||||||
${prefix}/share/doc/gramps
|
${prefix}/share/doc/gramps/*
|
||||||
|
</data>
|
||||||
|
|
||||||
|
<data>
|
||||||
|
${prefix}/share/doc/gramps/example/gedcom/sample.ged
|
||||||
</data>
|
</data>
|
||||||
|
|
||||||
|
<data>
|
||||||
|
${prefix}/share/doc/gramps/example/gramps/*
|
||||||
|
</data>
|
||||||
</app-bundle>
|
</app-bundle>
|
||||||
|
Loading…
Reference in New Issue
Block a user