diff options
-rw-r--r-- | app-text/cherrytree/cherrytree-0.36.9.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app-text/cherrytree/cherrytree-0.36.9.ebuild b/app-text/cherrytree/cherrytree-0.36.9.ebuild index 814789c4f000..01d044e14f8e 100644 --- a/app-text/cherrytree/cherrytree-0.36.9.ebuild +++ b/app-text/cherrytree/cherrytree-0.36.9.ebuild @@ -35,6 +35,8 @@ inherit l10n src_prepare() { use nls && l10n_find_plocales_changes 'locale' '' '.po' + sed -i '\|update-desktop-database|d' 'setup.py' || die + default } |