commit: 98fe098988b15cc75fb9581b51b32d42be341096 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:49:21 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=98fe0989
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 94% 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 0d851c73bb..b6d5866dc1 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 }
