diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-13 00:46:43 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-13 00:53:31 +0100 |
| commit | a984674101392a666f74cd5fc587974db81cc091 (patch) | |
| tree | 2410f873bb128b59d4fca8726945276b802ac2d9 /kde-apps/dolphin-plugins-git/dolphin-plugins-git-9999.ebuild | |
| parent | b8fe3c14383b776be136e5c40dbcd2619a11b570 (diff) | |
| download | kde-a984674101392a666f74cd5fc587974db81cc091.tar.gz kde-a984674101392a666f74cd5fc587974db81cc091.tar.bz2 kde-a984674101392a666f74cd5fc587974db81cc091.zip | |
kde-apps/dolphin-plugins-*: Fix file collision between split packages
Closes: https://bugs.gentoo.org/702626
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/dolphin-plugins-git/dolphin-plugins-git-9999.ebuild')
| -rw-r--r-- | kde-apps/dolphin-plugins-git/dolphin-plugins-git-9999.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kde-apps/dolphin-plugins-git/dolphin-plugins-git-9999.ebuild b/kde-apps/dolphin-plugins-git/dolphin-plugins-git-9999.ebuild index 6232424a534..2c89f67aa53 100644 --- a/kde-apps/dolphin-plugins-git/dolphin-plugins-git-9999.ebuild +++ b/kde-apps/dolphin-plugins-git/dolphin-plugins-git-9999.ebuild @@ -56,3 +56,8 @@ src_configure() { ) ecm_src_configure } + +src_install() { + ecm_src_install + rm "${D}"/usr/share/metainfo/org.kde.dolphin-plugins.metainfo.xml || die +} |
