diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-05-27 09:15:30 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-05-27 09:15:30 +0200 |
commit | 8e61420731d69663139372c89c16733d6ab5ae78 (patch) | |
tree | 2da73f4b14f50c3b20fef5f5debeb86d7702f500 /app-office | |
parent | app-office/libreoffice: Fix accidentally broken Manifest (diff) | |
download | gentoo-8e61420731d69663139372c89c16733d6ab5ae78.tar.gz gentoo-8e61420731d69663139372c89c16733d6ab5ae78.tar.bz2 gentoo-8e61420731d69663139372c89c16733d6ab5ae78.zip |
app-office/libreoffice: Fix new intro.png location
Reported-by: jospezial <jospezial@gmx.de>
Closes: https://bugs.gentoo.org/656120
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/libreoffice/libreoffice-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild index 45222450d1f2..558cf0dce7df 100644 --- a/app-office/libreoffice/libreoffice-9999.ebuild +++ b/app-office/libreoffice/libreoffice-9999.ebuild @@ -340,7 +340,7 @@ src_prepare() { if use branding; then # hack... - mv -v "${WORKDIR}/branding-intro.png" "icon-themes/galaxy/brand/intro.png" || die + mv -v "${WORKDIR}/branding-intro.png" "icon-themes/colibre/brand/intro.png" || die fi # Don't list pdfimport support in desktop when built with none, bug # 605464 |