commit: 1dff2fecc3f402bf0aebfa1d2d5d06745d0a47d5 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Jan 24 03:48:53 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jan 24 03:48:53 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dff2fec
kde-plasma/plasma-mimeapps-list: fix install path Closes: https://bugs.gentoo.org/946490 Signed-off-by: Sam James <sam <AT> gentoo.org> .../{plasma-mimeapps-list-1.ebuild => plasma-mimeapps-list-2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-plasma/plasma-mimeapps-list/plasma-mimeapps-list-1.ebuild b/kde-plasma/plasma-mimeapps-list/plasma-mimeapps-list-2.ebuild similarity index 95% rename from kde-plasma/plasma-mimeapps-list/plasma-mimeapps-list-1.ebuild rename to kde-plasma/plasma-mimeapps-list/plasma-mimeapps-list-2.ebuild index f421f8a857f9..0e8df0284292 100644 --- a/kde-plasma/plasma-mimeapps-list/plasma-mimeapps-list-1.ebuild +++ b/kde-plasma/plasma-mimeapps-list/plasma-mimeapps-list-2.ebuild @@ -21,6 +21,6 @@ src_install() { # TODO: Should we just remove the upstream one in /usr/share? # /etc/xdg should really be available for site-local overrides, but then # again we have CONFIG_PROTECT... - insinto /etc/xdg/mimeapps.list + insinto /etc/xdg doins "${FILESDIR}"/mimeapps.list }
