Skip to content

Commit

Permalink
File copy doesn't work if the glob can match directories.
Browse files Browse the repository at this point in the history
  • Loading branch information
jralls authored and prculley committed Aug 9, 2018
1 parent d4f906f commit cf80d17
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions mac/gramps.bundle
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit cf80d17

Please sign in to comment.