File copy doesn't work if the glob can match directories.
This commit is contained in:
parent
2ef35174d1
commit
158d3a993b
@ -221,8 +221,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