diff options
-rw-r--r-- | app-misc/gramps/gramps-5.1.6-r2.ebuild | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app-misc/gramps/gramps-5.1.6-r2.ebuild b/app-misc/gramps/gramps-5.1.6-r2.ebuild index 21e33b40891f..cfe79f32a435 100644 --- a/app-misc/gramps/gramps-5.1.6-r2.ebuild +++ b/app-misc/gramps/gramps-5.1.6-r2.ebuild @@ -69,6 +69,13 @@ src_prepare() { default } +python_install() { + distutils-r1_python_install + + # setup.py option --resourcepath appears to have problems at the moment + echo -n "/usr/share" > "${ED}"$(python_get_sitedir)/${PN}/gen/utils/resource-path || die +} + pkg_postinst() { xdg_desktop_database_update xdg_icon_cache_update |