Ensure that no python compiled files (.pyo or .pyc) are bundled

This allows the bundle to be sanitized with 
`find Gramps.app -name '*.py[oc]' -delete` if there are code-signing
errors when moving the bundle from one machine to another.



svn: r22375
This commit is contained in:
John Ralls 2013-05-19 15:56:43 +00:00
parent 6f0a8ffa32
commit 7ebe10090d

View File

@ -137,8 +137,20 @@
${prefix}/etc/pango/
</data>
<data recurse="True">
${prefix}/share/gramps/*.py
</data>
<data recurse="True">
${prefix}/share/gramps/*.glade
</data>
<data recurse="True">
${prefix}/share/gramps/*.xml
</data>
<data>
${prefix}/share/gramps/
${prefix}/share/gramps/images/
</data>
<!--data>