diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-06-25 10:33:59 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-06-25 14:19:17 +0200 |
commit | d675c0e713b6e077513b13a7e28ef545b0ae35b2 (patch) | |
tree | ca741672e923c08d43f09e6e6294a0d655487c9b /x11-libs/gtk+ | |
parent | x11-libs/gtk+: Version bump (diff) | |
download | gentoo-d675c0e713b6e077513b13a7e28ef545b0ae35b2.tar.gz gentoo-d675c0e713b6e077513b13a7e28ef545b0ae35b2.tar.bz2 gentoo-d675c0e713b6e077513b13a7e28ef545b0ae35b2.zip |
x11-libs/gtk+: Fix docs installation
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'x11-libs/gtk+')
-rw-r--r-- | x11-libs/gtk+/gtk+-3.20.6.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-libs/gtk+/gtk+-3.20.6.ebuild b/x11-libs/gtk+/gtk+-3.20.6.ebuild index 5b40f30f0b3b..75d63e3729ab 100644 --- a/x11-libs/gtk+/gtk+-3.20.6.ebuild +++ b/x11-libs/gtk+/gtk+-3.20.6.ebuild @@ -130,7 +130,7 @@ src_prepare() { fi # gtk-update-icon-cache is installed by dev-util/gtk-update-icon-cache - eapply "${FILESDIR}"/${PN}-3.16.2-remove_update-icon-cache.patch + eapply "${FILESDIR}"/${PN}-3.16.2-remove_update-icon-cache.patch eautoreconf gnome2_src_prepare @@ -183,6 +183,7 @@ multilib_src_install() { multilib_src_install_all() { insinto /etc/gtk-3.0 doins "${FILESDIR}"/settings.ini + einstalldocs } pkg_preinst() { |