From cf80d17040336c6d85a453226075610a22f68673 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Sun, 5 Aug 2018 13:18:01 -0700 Subject: [PATCH] File copy doesn't work if the glob can match directories. --- mac/gramps.bundle | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/mac/gramps.bundle b/mac/gramps.bundle index c2f61a922..d2f8a4a40 100644 --- a/mac/gramps.bundle +++ b/mac/gramps.bundle @@ -222,8 +222,15 @@ ${project}/settings.ini - - ${prefix}/share/doc/gramps + + ${prefix}/share/doc/gramps/* + + + + ${prefix}/share/doc/gramps/example/gedcom/sample.ged + + ${prefix}/share/doc/gramps/example/gramps/* +